summaryrefslogtreecommitdiffstats
path: root/include/haproxy/cli-t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/haproxy/cli-t.h')
-rw-r--r--include/haproxy/cli-t.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/haproxy/cli-t.h b/include/haproxy/cli-t.h
index c155df3..cad6728 100644
--- a/include/haproxy/cli-t.h
+++ b/include/haproxy/cli-t.h
@@ -45,6 +45,7 @@
#define APPCTX_CLI_ST1_PAYLOAD (1 << 1)
#define APPCTX_CLI_ST1_NOLF (1 << 2)
#define APPCTX_CLI_ST1_TIMED (1 << 3)
+#define APPCTX_CLI_ST1_SHUT_EXPECTED (1 << 4)
#define CLI_PREFIX_KW_NB 5
#define CLI_MAX_MATCHES 5