mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 13:53:35 +02:00
There's a significant amount of late initialization calls which are performed after the point where we exit in check mode. These calls are used to allocate resource and perform certain slow operations. Let's have a way to register some functions which need to be called there instead of having this multitude of #ifdef in the init path.