CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/28 15:54:10
Modified files:
usr.sbin/smtpd : mta.c smtpd.h
Log message:
everything we need for the event handling dance is in struct session, the
write handler has been changed to set the bufferevent that's in there
rather than the one in struct batch. since struct batch is no longer doing
anything useful for events handling, we can remove many fields of it.
