MINOR: receiver: add RX_F_MUST_DUP to indicate that an rx must be duped
authorWilly Tarreau <w@1wt.eu>
Mon, 27 Feb 2023 15:37:21 +0000 (16:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Apr 2023 15:41:26 +0000 (17:41 +0200)
commite4c36aa8a165e12b6eb7d7817b7370793e32229b
tree1e47da6f20cba861ecdeb190bef82b16581dc4de
parentaae1810b4d17c26f2470b1dcdde018bc87739a65
MINOR: receiver: add RX_F_MUST_DUP to indicate that an rx must be duped

The purpose of this new flag will be to mark that some listeners
duplicate their reference's FD instead of trying to setup a completely
new listener from scratch. This will be used when multiple groups want
to listen to the same socket, via multiple FDs.
include/haproxy/receiver-t.h