]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mworker: add and set state PROC_O_INIT for new worker
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Wed, 9 Oct 2024 13:44:25 +0000 (15:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Oct 2024 20:02:39 +0000 (22:02 +0200)
commit646299fc95a883bb0ecbf4960d14af4c117ef8cb
treeaecdc9bf3e5ddc26efe2e0d9e26fc768e83c3747
parent26ad5465cc55ca1d181ae3b314beb23f37fb6110
MINOR: mworker: add and set state PROC_O_INIT for new worker

Here, to distinguish between the new worker and the previous one let's add a
new process state PROC_O_INIT and let's set it, when the memory is allocated
for the new worker in the processes list.
include/haproxy/mworker-t.h
src/haproxy.c