]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: add a scope field in the bind keyword lists
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Sep 2012 16:24:39 +0000 (18:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Sep 2012 16:27:14 +0000 (18:27 +0200)
commit51fb7651c40cc6427774ed0fea647abe4c5d1cd6
tree47911fb029388069e4209609c29cdd9598e24d5b
parent8638f4850fcc4390c0e4d7102eda232c0b9b1d92
MINOR: listener: add a scope field in the bind keyword lists

This scope is used to report what the keywords are used for (eg: TCP,
UNIX, ...). It is now reported by bind_dump_kws().
include/types/listener.h
src/listener.c
src/proto_tcp.c
src/proto_uxst.c
src/ssl_sock.c