]> git.kaiwu.me - haproxy.git/commit
CONTRIB: debug: add the missing flags CO_FL_SAFE_LIST and CO_FL_IDLE_LIST
authorWilly Tarreau <w@1wt.eu>
Fri, 19 Jun 2020 06:47:30 +0000 (08:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Jun 2020 12:21:46 +0000 (14:21 +0200)
commit54067e9d3891a4566d5796d0205c46d9e167571e
tree2a332217f4a0398305a927d061e8db15e2a2437d
parentbc52bec163de67e329c0a7941fd26add0eb92d45
CONTRIB: debug: add the missing flags CO_FL_SAFE_LIST and CO_FL_IDLE_LIST

As often when flags are added they're not updated here. These ones were
missing. They're 2.2 only so no backport is needed.
contrib/debug/flags.c