REORG: listener: move xfer_sock_list to sock.{c,h}.
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2020 14:29:53 +0000 (16:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2020 16:51:36 +0000 (18:51 +0200)
commit063d47d13623f42bd0db30d7aef764b96850a395
tree7a4da53843dd8b96f403900f8db8f23ba83496b7
parente5bdc51bb5803309938946c710e7233dbf9382a4
REORG: listener: move xfer_sock_list to sock.{c,h}.

This will be used for receivers as well thus it is not specific to
listeners but to sockets.
include/haproxy/listener-t.h
include/haproxy/listener.h
include/haproxy/sock-t.h [new file with mode: 0644]
include/haproxy/sock.h
src/haproxy.c
src/listener.c
src/sock.c