]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mworker: store the leaving state of a process
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 12 Apr 2019 14:09:21 +0000 (16:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Apr 2019 11:26:43 +0000 (13:26 +0200)
commit4528611ed66d8bfa344782f6c7f1e7151cf48bf5
tree38e29102f6c42cec031adf0e387fdf4f9d792444
parent9df86f997ee297841ec9b3d26c66997e6b435834
MEDIUM: mworker: store the leaving state of a process

Previously we were assuming than a process was in a leaving state when
its number of reload was greater than 0. With mworker programs it's not
the case anymore so we need to store a leaving state.
include/types/global.h
src/mworker.c