commit | e694573fa03480da5312313b9ce8a402ee5762e8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 21 19:57:00 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 21 21:30:54 2016 +0100 |
tree | 22ead621775875abba83b21bc83a7db60f61d776 | |
parent | e8692b41e5fb5a658fad3f0c81d6e2babb91eeb7 [diff] |
MINOR: haproxy: add a registration for post-check functions 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.