mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 14:22:50 +02: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.