mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-19 08:48:39 +02:00
MINOR: proxy: add a new capability PR_CAP_DEF
In order to more easily distinguish a default proxy from a standard one, let's introduce a new capability PR_CAP_DEF.
This commit is contained in:
@@ -66,6 +66,7 @@ enum PR_SRV_STATE_FILE {
|
||||
#define PR_CAP_FE 0x0001
|
||||
#define PR_CAP_BE 0x0002
|
||||
#define PR_CAP_LISTEN (PR_CAP_FE|PR_CAP_BE)
|
||||
#define PR_CAP_DEF 0x0004 /* defaults section */
|
||||
|
||||
/* bits for proxy->options */
|
||||
#define PR_O_REDISP 0x00000001 /* allow reconnection to dispatch in case of errors */
|
||||
|
||||
Reference in New Issue
Block a user