X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/42394c373c85942b55a9632c3182ec7c95731012..7b1a9fb74228564b5ee07b48c042ee7b9a2260f1:/secnet.h diff --git a/secnet.h b/secnet.h index e7eb161..06beb05 100644 --- a/secnet.h +++ b/secnet.h @@ -184,13 +184,17 @@ extern void register_for_poll(void *st, beforepoll_fn *before, /* The secnet program goes through a number of phases in its lifetime. Module code may arrange to be called just as various phases are - entered. */ + entered. + + Remember to update the table in util.c if changing the set of + phases. */ enum phase { PHASE_INIT, PHASE_GETOPTS, /* Process command-line arguments */ PHASE_READCONFIG, /* Parse and process configuration file */ PHASE_SETUP, /* Process information in configuration */ + PHASE_DAEMONIZE, /* Become a daemon (if necessary) */ PHASE_GETRESOURCES, /* Obtain all external resources */ PHASE_DROPPRIV, /* Last chance for privileged operations */ PHASE_RUN,