]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: move bind_proc and bind_thread to struct settings
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Sep 2020 05:18:55 +0000 (07:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 18:13:13 +0000 (20:13 +0200)
commite26993c098be16cb28971b0843ff48afb58d598a
tree54cd2713c88f5cd4a0bebaebddb8582a2111edeb
parent6e459d7f92d21721cda1432c113d4ad665366b0b
MINOR: listener: move bind_proc and bind_thread to struct settings

As mentioned previously, these two fields come under the settings
struct since they'll be used to bind receivers as well.
include/haproxy/listener-t.h
src/cfgparse.c
src/cli.c
src/haproxy.c
src/listener.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_udp.c
src/proto_uxst.c