]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse: Extract some code to be re-used.
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 11 Jan 2019 10:07:15 +0000 (11:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Jan 2019 13:26:21 +0000 (14:26 +0100)
commit1825103fbe971e666b4e906d1425875ce262db8e
tree777d417514b79f7e792b258cbea649af09d60fcc
parent6583dca675847eb5d5f225a4531f9a313c96318b
MINOR: cfgparse: Extract some code to be re-used.

Create init_peers_frontend() function to allocate and initialize
the frontend of "peers" sections (->peers_fe) so that to reuse it later.

May be backported to 1.5 and newer.
src/cfgparse.c