MINOR: sock: do not use LI_O_* in xfer_sock_list anymore
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2020 17:09:19 +0000 (19:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2020 17:26:38 +0000 (19:26 +0200)
commita2c17877b33aa85d49b41d555736a75cdf025a72
tree9b7b2ef23ad42080d7366cf5322801f57e80ae18
parent429617459d4926f4afdd84bc708c6f4a2dfb0183
MINOR: sock: do not use LI_O_* in xfer_sock_list anymore

We'll want to store more info there and some info that are not represented
in listener options at the moment (such as dgram vs stream) so let's get
rid of these and instead use a new set of options (SOCK_XFER_OPT_*).
include/haproxy/sock-t.h
src/sock.c