MINOR: listener: pass the chosen protocol to create_listeners()
authorWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 15:58:55 +0000 (17:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 20:08:08 +0000 (22:08 +0200)
commit9b3178df23b688933e70d0be8e36f519fd248b3e
tree825c215380414e1eb6c1de31d3a2e4842198db34
parent5e1779abbf175c26343a3ffb67c634d802d959f0
MINOR: listener: pass the chosen protocol to create_listeners()

The function will need to use more than just a family, let's pass it
the selected protocol. The caller will then be able to do all the fancy
stuff required to pick the best protocol.
include/haproxy/listener.h
src/cfgparse.c
src/listener.c