mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 00:02:53 +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
@@ -68,7 +68,7 @@ void display_version();
|
||||
|
||||
void mworker_accept_wrapper(int fd);
|
||||
void mworker_reload(int hardreload);
|
||||
void on_new_child_failure(void);
|
||||
void mworker_on_new_child_failure(void);
|
||||
|
||||
/* to be used with warned and WARN_* */
|
||||
static inline int already_warned(unsigned int warning)
|
||||
|
||||
Reference in New Issue
Block a user