diff --git a/include/haproxy/log-t.h b/include/haproxy/log-t.h index bbfc7cdc2..3e5b6900a 100644 --- a/include/haproxy/log-t.h +++ b/include/haproxy/log-t.h @@ -231,10 +231,16 @@ struct log_target { uint16_t flags; }; +enum logger_flags { + LOGGER_FL_NONE = 0x00, +}; + struct logger { struct list list; struct log_target target; struct smp_info lb; + uint16_t flags; + /* 2 bytes hole */ enum log_fmt format; int facility; int level;