CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/11/02 08:46:43
Modified files:
usr.sbin/smtpd : scheduler.c scheduler_ramqueue.c smtpd.h
Log message:
Make counters more informative in the scheduler:
- Change the scheduler backend API a bit: commit() and rollback()
API calls return the number of envelopes added or canceled; put
the number of envelopes in the structure returned by batch().
- Properly report the number of incoming, registered, removed and
expired envelopes, as well as the outcome of deliveries.
ok gilles@