mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-06 19:33:47 +02:00
Logger struct may benefit from having a "flags" struct member to set or remove different logger states. For that, we reuse an existing 4 bytes hole in the logger struct to store a 2 bytes flags integer, leaving the struct with a 2-bytes hole now.