CVSROOT: /cvs Module name: src Changes by: p...@cvs.openbsd.org 2009/06/05 22:14:21
Modified files: usr.sbin/smtpd : config.c control.c dns.c imsg.c imsg.h lka.c mda.c mfa.c mta.c queue.c runner.c smtp.c smtp_session.c smtpctl.c smtpd.c smtpd.h Log message: Sync with relayd: Stop pushing event handling in the imsg framework. Instead, provide a small glue layer on top of both imsg and libevent. This finally clearly separates event handling and imsg construction. Sidetrack bonus: remove the mega-ugly hack of having a dummy imsg_event_add stub in smtpctl. ok jaceckm@