sigwork_entry
struct sigwork_entry *swork;
SLIST_ENTRY(sigwork_entry) sw_nextp;
do_sigwork(struct sigwork_entry *swork)
struct sigwork_entry *nextsig;
const struct sigwork_entry *zw_swork; /* to know success of signal */
static SLIST_HEAD(swlisthead, sigwork_entry) swhead =
static struct sigwork_entry *
struct sigwork_entry *sprev, *stmp;
tmpsiz = sizeof(struct sigwork_entry) + strlen(ent->pid_cmd_file) + 1;
save_zipwork(const struct conf_entry *ent, const struct sigwork_entry *swork,
set_swpid(struct sigwork_entry *swork, const struct conf_entry *ent)
static void do_sigwork(struct sigwork_entry *);
static struct sigwork_entry *
sigwork_entry *, int, const char *);
static void set_swpid(struct sigwork_entry *, const struct conf_entry *);
struct sigwork_entry *stmp;