commit | 59a877dfd91211879c3a01c335ae45221c755ed8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 12 09:36:10 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 14 21:27:48 2021 +0200 |
tree | 3020c3bbd3f896df4628d1ba2390db422ab34639 | |
parent | 01cac3f72128590083acc3790bb39ba66264fbe8 [diff] |
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.