mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-18 11:40:50 +00:00
MINOR: log: add LOG_OPT_NONE flag
Add LOG_OPT_NONE flag for default value. Flag is not explicitly used yet but with way we make it official that 0 value means NONE.
This commit is contained in:
parent
fb8b47fed8
commit
2caa921abf
@ -38,6 +38,7 @@
|
||||
#define UNIQUEID_LEN 128
|
||||
|
||||
/* flags used in logformat_node->options */
|
||||
#define LOG_OPT_NONE 0x00000000
|
||||
#define LOG_OPT_HEXA 0x00000001
|
||||
#define LOG_OPT_MANDATORY 0x00000002
|
||||
#define LOG_OPT_QUOTE 0x00000004
|
||||
|
Loading…
Reference in New Issue
Block a user