MINOR: protocol: rename the ->bind field to ->listen
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Sep 2020 08:26:22 +0000 (10:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 20:08:07 +0000 (22:08 +0200)
commitb3580b19c808e9d899879eca846db63ff5d7ffb8
tree95985c57d5213672cd571a49951aadb326db7801
parentc049c0d5ad51e07c5dadfe3a43cc2c7d1690d3db
MINOR: protocol: rename the ->bind field to ->listen

The function currently is doing both the bind() and the listen(), so
let's call it ->listen so that the bind() operation can move to another
place.
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