]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: mworker: remove program section support
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 25 Jun 2025 14:11:34 +0000 (16:11 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 25 Jun 2025 14:11:34 +0000 (16:11 +0200)
commit7cb6167d046f1b37c19784fe99b9b6d37ea83c54
tree8d9e1ee9129ab72c20e19417fa06a824b78df261
parent9b5bf81f3ce78fa06c514760bbf99f17b8e9f589
MAJOR: mworker: remove program section support

This patch removes completely the support for the program section, the
parsing of the section as well as the internals in the mworker does not
support it anymore.

The program section was considered dysfonctional and not fully
compatible with the "mworker V3" model. Users that want to run an
external program must use their init system.

The documentation is cleaned up in another patch.
Makefile
include/haproxy/mworker-t.h
include/haproxy/mworker.h
reg-tests/mcli/mcli_start_progs.vtc [deleted file]
src/haproxy.c
src/mworker-prog.c [deleted file]
src/mworker.c