CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/28 05:58:17
Modified files:
usr.sbin/smtpd : queue.c queue_shared.c smtpd.h
Log message:
move some functions from queue.c to queue_shared.c as they are not only
used by queue process but also by runner, while at it change the prototype
of queue_open_message_file() so it takes the message id and not a batch,
runner process requires the decriptor before it even starts building a
batch.
