CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/06/17 09:17:08
Modified files:
usr.sbin/smtpd : runner.c scheduler.c scheduler_ramqueue.c
smtpd.h
Log message:
- introduce struct scheduler_info and the scheduler_info() function to fill
a struct scheduler_info given a struct envelope
- adapt the scheduler API and the scheduler_ramqueue backend to use the new
struct scheduler_info instead of a struct envelope
idea discussed with eric@ and chl@, mechanical diff, no functional change