]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: haproxy: Add void deinit_and_exit(int)
authorTim Duesterhus <tim@bastelstu.be>
Sat, 13 Jun 2020 22:37:41 +0000 (00:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 14 Jun 2020 05:39:42 +0000 (07:39 +0200)
commit2654055316380d4f1d4fff183905a20be9491a2a
treea705bf29059410692a7b7acfede2f8220b30fdd4
parent8469bed20b4ff7cb0ebbef0ae96d40966dd7f627
MINOR: haproxy: Add void deinit_and_exit(int)

This helper function calls deinit() and then exit() with the given status.
include/haproxy/global.h
src/haproxy.c