]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: init: process all initcalls in order at boot time
authorWilly Tarreau <w@1wt.eu>
Sun, 25 Nov 2018 17:43:29 +0000 (18:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 26 Nov 2018 18:50:32 +0000 (19:50 +0100)
commit5794fb0c22241f970483a139d3da184e9be14fe8
tree78e9c189a733afcde690a2ae97f1a50ce7129613
parentd13a9281bd45df2f25d64545ec6cc14298970818
MINOR: init: process all initcalls in order at boot time

main() now iterates over all initcall stages at boot time. This will allow
to move init code from constructors to initcalls.
src/haproxy.c