mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-28 09:40:59 +02:00
Move the following functions to mworker.c: void mworker_catch_sighup(struct sig_handler *sh); void mworker_catch_sigterm(struct sig_handler *sh); void mworker_catch_sigchld(struct sig_handler *sh); static void mworker_kill(int sig); int current_child(int pid);