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:
Valentine Krasnobaeva
2024-11-22 22:41:46 +01:00
committed by William Lallemand
parent 10c14a1ed0
commit 321c021a83
3 changed files with 5 additions and 4 deletions

View File

@@ -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;