]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mworker: don't use children variable anymore
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 1 Apr 2019 09:29:59 +0000 (11:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Apr 2019 12:45:37 +0000 (14:45 +0200)
commit3f12887ffa72df1d66f33c2f5d9d83d74df78f52
tree100ed2092e933785ffd074a38d8a973b6c95a85f
parentf3a86831ae505000026598ec1c51d83c2b5c14db
MINOR: mworker: don't use children variable anymore

The children variable is still used in haproxy, it is not required
anymore since we have the information about the current workers in the
mworker_proc linked list.

The oldpids array is also replaced by this linked list when we
generated the arguments for the master reexec.
include/proto/mworker.h
src/haproxy.c
src/mworker.c