CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/01/28 09:50:02
Modified files:
usr.sbin/smtpd : runner.c scheduler_ramqueue.c smtpd.h
Log message:
add optional display handler to scheduler_backend, if not NULL the handler
will be called for each iteration of the runner
implement a display handler for scheduler_ramqueue to display the entire
ramqueue (hosttree, msgtree and linear queue) in log_debug
