]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: startup: reintroduce program support
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Wed, 9 Oct 2024 21:11:36 +0000 (23:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Oct 2024 20:02:39 +0000 (22:02 +0200)
commit0fc2ff4b7db76d0f8364876ce078f0960309ec69
tree851fb198f018eb1f1307644c5e5c76b0c7135366
parenta2fac5a3a19c5f0edc76f1afd2ac237d864cae2b
MINOR: startup: reintroduce program support

This patch is a part of series to reintroduce the program support in the new
master-worker architecture.

Let's add here mworker_ext_launch_all() call before master-worker fork to
start external programs. We keep the order and the place of these two forks
(program and master-worker) the same as before the refactoring, in order to
avoid regressions.
src/haproxy.c