slowcgi_proc
struct slowcgi_proc slowcgi_proc;
LIST_INIT(&slowcgi_proc.requests);
signal_set(&slowcgi_proc.ev_sigchld, SIGCHLD, slowcgi_sig_handler,
&slowcgi_proc);
signal_add(&slowcgi_proc.ev_sigchld, NULL);
LIST_INSERT_HEAD(&slowcgi_proc.requests, c, entry);
struct slowcgi_proc *p;
struct slowcgi_proc slowcgi_proc;
LIST_INIT(&slowcgi_proc.requests);
signal_set(&slowcgi_proc.ev_sigchld, SIGCHLD, slowcgi_sig_handler,
&slowcgi_proc);
signal_add(&slowcgi_proc.ev_sigchld, NULL);
LIST_INSERT_HEAD(&slowcgi_proc.requests, c, entry);
struct slowcgi_proc *p;