MINOR: protocol: rename the ->listeners field to ->receivers
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2020 15:01:43 +0000 (17:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 09:27:30 +0000 (11:27 +0200)
commitd7f331c8b87fbc0aa83cdbf6c9f1d37feca2b151
tree06989e0e782a78a4ff4e32417652270f8ae84d6e
parentdae06927178875c95368ec9af19686dac9da1b32
MINOR: protocol: rename the ->listeners field to ->receivers

Since the listeners were split into receiver+listener, this field ought
to have been renamed because it's confusing. It really links receivers
and not listeners, as most of the time it's used via rx.proto_list!
The nb_listeners field was updated accordingly.
include/haproxy/protocol-t.h
src/listener.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_udp.c
src/proto_uxst.c
src/protocol.c