CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2012/07/09 03:57:53
Modified files: usr.sbin/smtpd : bounce.c control.c queue.c scheduler.c smtpctl.c smtpd.c smtpd.h usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : scheduler_backend.c Removed files: usr.sbin/smtpd : runner.c Log message: - runner is the terminology we used back when we had runqueues, we no longer have them and runner is actually a scheduler so rename. - introduce scheduler_backend which does the same to scheduler than queue_backend does to queue and map_backend does to maps - remove all occurences of RUNNER and runner, replace them with SCHEDULER and scheduler ok eric@, ok chl@