William Lallemand
e25473c846
REORG: mworker: move signal handlers and related functions
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);
2019-04-01 14:45:37 +02:00
..
2018-11-12 21:08:55 +01:00
2019-02-27 14:27:07 +01:00
2018-12-13 09:45:16 +01:00
2019-02-26 16:27:05 +01:00
2019-01-14 19:33:17 +01:00
2019-03-25 06:24:43 +01:00
2019-01-14 11:15:11 +01:00
2019-03-25 06:55:23 +01:00
2018-12-14 14:00:25 +01:00
2018-12-12 14:44:52 +01:00
2018-12-02 18:43:25 +01:00
2018-12-01 17:37:27 +01:00
2019-04-01 14:45:37 +02:00
2018-12-11 17:15:13 +01:00
2018-12-11 17:15:04 +01:00
2019-01-14 19:33:17 +01:00
2019-03-07 14:08:26 +01:00
2018-11-12 18:37:55 +01:00
2019-03-01 09:33:26 +01:00
2019-03-15 14:34:59 +01:00
2019-03-05 11:04:23 +01:00
2019-01-14 19:33:17 +01:00
2019-02-26 18:17:32 +01:00
2018-12-28 19:16:03 +01:00
2019-01-14 19:32:58 +01:00
2019-03-19 09:49:29 +01:00
2019-03-25 06:55:23 +01:00
2018-12-13 09:45:16 +01:00
2019-01-28 15:03:04 +01:00