]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: startup: rename exit_on_waitmode_failure to exit_on_failure
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Tue, 9 Jul 2024 13:09:40 +0000 (15:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Oct 2024 20:02:39 +0000 (22:02 +0200)
commit3f5f57845b9e13ba4e69f26cffcbf78d912ad45f
treeda17e6181c9d8bf00bb9ad8b3af0c352245dde77
parent7795d49ae6b0b0239bc43ad8b5b454245120478b
MINOR: startup: rename exit_on_waitmode_failure to exit_on_failure

As we no longer support MODE_MWORKER_WAIT for master (it became redundant with
MODE_MWORKER after moving master-worker fork in init()), let's rename
exit_on_waitmode_failure() callback in just exit_on_failure().
src/haproxy.c