CLEANUP: mworker: remove any relative PID reference
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 9 Nov 2021 14:25:31 +0000 (15:25 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 10 Nov 2021 14:53:01 +0000 (15:53 +0100)
commit5d71a6b0f1a9effd421495b8d073f78db336e0ab
treebc6bf903d2451b9bcf91f1bf5e6a52317753b15e
parentf14d750bf7ef6ce95fcf0de14a423c456ebf82c5
CLEANUP: mworker: remove any relative PID reference

nbproc was removed, it's time to remove any reference to the relative
PID in the master-worker, since there can be only 1 current haproxy
process.

This patch cleans up the alerts and warnings emitted during the exit of
a process, as well as the "show proc" output.
src/haproxy.c
src/mworker.c