]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mworker: store and shows loading status
authorWilliam Lallemand <wlallemand@haproxy.org>
Sat, 24 Sep 2022 13:44:42 +0000 (15:44 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Sat, 24 Sep 2022 13:44:42 +0000 (15:44 +0200)
commit68192b2cdff4b294cbbe5bcf8ee4b7f60e22d569
tree72e8e5385786c8c11c0d6f580a2cfc12c81172c0
parent479cb3ed3a26fa46d1013bbc392435a554e22808
MINOR: mworker: store and shows loading status

The environment variable HAPROXY_LOAD_SUCCESS stores "1" if it
successfully load the configuration and started, "0" otherwise.

The "_loadstatus" master CLI command displays either
"Loading failure!\n" or "Loading success.\n"
src/haproxy.c
src/mworker.c