mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-26 03:51:41 +01:00
mworker_on_new_child_failure() performs some routines for the worker process, if it has failed the reload. As it's called only in mworker_catch_sigchld() from mworker.c, let's move mworker_on_new_child_failure() in mworker.c as well. Like this it could also be declared as a static.