]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: initcall: use initcalls for section parsers
authorWilly Tarreau <w@1wt.eu>
Mon, 26 Nov 2018 10:33:13 +0000 (11:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 26 Nov 2018 18:50:32 +0000 (19:50 +0100)
commite655251e80a927b2792ebae2ea50903c55c675a4
tree0ada4bd992a958f7d4f7d2949f69c4dd25babc27
parent172f5ce9485cddd2619fa6b87d8b4015812b9fd7
MINOR: initcall: use initcalls for section parsers

The two calls to cfg_register_section() and cfg_register_postparser()
are now supported by initcalls. This allowed to remove two other
constructors.
include/common/cfgparse.h
src/cache.c
src/cfgparse.c
src/dns.c
src/hlua.c