summaryrefslogtreecommitdiffstats
path: root/include/haproxy/stats-file-t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/haproxy/stats-file-t.h')
-rw-r--r--include/haproxy/stats-file-t.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/haproxy/stats-file-t.h b/include/haproxy/stats-file-t.h
new file mode 100644
index 0000000..03813e0
--- /dev/null
+++ b/include/haproxy/stats-file-t.h
@@ -0,0 +1,12 @@
+#ifndef _HAPROXY_STATS_FILE_T_H
+#define _HAPROXY_STATS_FILE_T_H
+
+/* Sections present in stats-file separated by header lines. */
+enum stfile_domain {
+ STFILE_DOMAIN_UNSET = 0,
+
+ STFILE_DOMAIN_PX_FE, /* #fe headers */
+ STFILE_DOMAIN_PX_BE, /* #be headers */
+};
+
+#endif /* _HAPROXY_STATS_FILE_T_H */