diff options
Diffstat (limited to 'include/haproxy/global-t.h')
-rw-r--r-- | include/haproxy/global-t.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/haproxy/global-t.h b/include/haproxy/global-t.h index fb01e0768..44eed88f7 100644 --- a/include/haproxy/global-t.h +++ b/include/haproxy/global-t.h @@ -40,6 +40,7 @@ #define MODE_DIAG 0x400 /* extra warnings */ #define MODE_CHECK_CONDITION 0x800 /* -cc mode */ #define MODE_STOPPING 0x1000 /* the process is in the deinit phase, the event loop is not running anymore. */ +#define MODE_DUMP_LIBS 0x2000 /* dump loaded libraries at the end of init phase */ /* list of last checks to perform, depending on config options */ #define LSTCHK_CAP_BIND 0x00000001 /* check that we can bind to any port */ |