/*++ /* NAME /* master_wakeup 3 /* SUMMARY /* Postfix master - start/stop service wakeup timers /* SYNOPSIS /* #include "master.h" /* /* void master_wakeup_init(serv) /* MASTER_SERV *serv; /* /* void master_wakeup_cleanup(serv) /* MASTER_SERV *serv; /* DESCRIPTION /* This module implements automatic service wakeup. In order to /* wakeup a service, a wakeup trigger is sent to the corresponding /* service port or FIFO, and a timer is started to repeat this sequence /* after a configurable amount of time. /* /* master_wakeup_init() wakes up the named service. No wakeup /* is done or scheduled when a zero wakeup time is given, or when /* the service has been throttled in the mean time. /* It is OK to call master_wakeup_init() while a timer is already /* running for the named service. The effect is to restart the /* wakeup timer. /* /* master_wakeup_cleanup() cancels the wakeup timer for the named /* service. It is an error to disable a service while it still has /* an active wakeup timer (doing so would cause a dangling reference /* to a non-existent service). /* It is OK to call master_wakeup_cleanup() even when no timer is /* active for the named service. /* DIAGNOSTICS /* BUGS /* SEE ALSO /* inet_trigger(3), internet-domain client /* unix_trigger(3), unix-domain client /* fifo_trigger(3), fifo client /* upass_trigger(3), file descriptor passing client /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.