]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mworker: implement a reload failure counter
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 10 Nov 2021 09:49:06 +0000 (10:49 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 10 Nov 2021 14:53:01 +0000 (15:53 +0100)
commit68836740842f3f1cac833d974492a98cdeed0f16
treef36e1fb8fb2fcde65fbe3da6af7bbbe94ee0bd03
parentad221f4ecea1183f5f3d26c503afbeed619d892d
MINOR: mworker: implement a reload failure counter

Implement a reload failure counter which counts the number of failure
since the last success. This counter is available in 'show proc' over
the master CLI.
include/haproxy/mworker-t.h
src/haproxy.c
src/mworker.c