]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listeners: add clone_listener() to duplicate listeners at boot time
authorWilly Tarreau <w@1wt.eu>
Tue, 12 Oct 2021 07:36:10 +0000 (09:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 14 Oct 2021 19:27:48 +0000 (21:27 +0200)
commit59a877dfd91211879c3a01c335ae45221c755ed8
tree3020c3bbd3f896df4628d1ba2390db422ab34639
parent01cac3f72128590083acc3790bb39ba66264fbe8
MINOR: listeners: add clone_listener() to duplicate listeners at boot time

This function's purpose will be to duplicate a listener in INIT state.
This will be used to ease declaration of listeners spanning multiple
groups, which will thus require multiple FDs hence multiple receivers.
include/haproxy/listener.h
src/listener.c