/* *Structureofchildprocess.
*/ typedefint MASTER_PID; /* pid is key into binhash table */
typedefstruct MASTER_PROC {
MASTER_PID pid; /* child process id */ unsigned gen; /* child generation number */ int avail; /* availability */
MASTER_SERV *serv; /* parent linkage */ int use_count; /* number of service requests */
} MASTER_PROC;
/* *master_watch.c * *Supporttowarnaboutmain.cfparametersthatcanonlybeinitializedbut *notupdated,andtoinitializeorupdatedatastructuresthatderive *valuesfrommain.cfparameters.
*/ typedefstruct { constchar *name; /* parameter name */ char **value; /* current main.cf value */ char **backup; /* actual value that is being used */ int flags; /* see below */ void (*notify) (void); /* init or update data structure */
} MASTER_STR_WATCH;
typedefstruct { constchar *name; /* parameter name */ int *value; /* current main.cf value */ int backup; /* actual value that is being used */ int flags; /* see below */ void (*notify) (void); /* init or update data structure */
} MASTER_INT_WATCH;
#define MASTER_WATCH_FLAG_UPDATABLE (1<<0) /* support update after init */ #define MASTER_WATCH_FLAG_ISSET (1<<1) /* backup is initialized */
/* DIAGNOSTICS /* BUGS /* SEE ALSO /* 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
/*--*/
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet am 2026-08-10)
¤
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.