CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/06/20 14:45:23
Modified files: usr.sbin/smtpd : bounce.c queue.c queue_backend.c queue_fsqueue.c runner.c scheduler_ramqueue.c smtpctl.c smtpd.h Log message: Finally get rid of the queue_kind enum in the queue API. Keep that internally in fsqueue backend for now, and let the fsqueue_message() and fsqueue_envelope() dispatchers do the right thing. Based on a diff by chl@ ok chl@ gilles@