summaryrefslogtreecommitdiffstats
path: root/include/haproxy/stats-file-t.h
blob: 03813e001513587122607c31f07fdded0c443522 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */