mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-12 01:22:47 +02:00
MINOR: startup: rename on_new_child_failure to mworker_on_new_child_failure
This patch prepares the moving of on_new_child_failure definition into mworker.c. So, let's rename it accordingly and let's also update its description.
This commit is contained in:
committed by
William Lallemand
parent
10c14a1ed0
commit
321c021a83
@@ -915,9 +915,10 @@ static void mworker_loop()
|
||||
}
|
||||
|
||||
/*
|
||||
* Reexec the process in failure mode, instead of exiting
|
||||
* Performs some routines for the worker process, which has failed the reload,
|
||||
* updates the global load_status.
|
||||
*/
|
||||
void on_new_child_failure()
|
||||
void mworker_on_new_child_failure()
|
||||
{
|
||||
struct mworker_proc *child;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user