REORG: listener: move the listening address to a struct receiver
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Aug 2020 05:48:42 +0000 (07:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 20:08:01 +0000 (22:08 +0200)
commit371590661e66ba21380bd1a8c0b4dd9659ba8999
tree7edb9585eaa4ccc56948d0fec3ef59dcfa9fcc5c
parent37d9d6721a99b60f459ebb0b4832be3eaf83a1dd
REORG: listener: move the listening address to a struct receiver

The address will be specific to the receiver so let's move it there.
14 files changed:
include/haproxy/listener-t.h
src/cfgparse-tcp.c
src/cfgparse.c
src/cli.c
src/extcheck.c
src/haproxy.c
src/listener.c
src/proto_tcp.c
src/proto_udp.c
src/proto_uxst.c
src/proxy.c
src/session.c
src/sock.c
src/stats.c