commit | 5794fb0c22241f970483a139d3da184e9be14fe8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 25 18:43:29 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 26 19:50:32 2018 +0100 |
tree | 78e9c189a733afcde690a2ae97f1a50ce7129613 | |
parent | d13a9281bd45df2f25d64545ec6cc14298970818 [diff] |
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.