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.
This commit is contained in:
parent
bc52bec163
commit
54067e9d38
@ -165,6 +165,8 @@ void show_conn_flags(unsigned int f)
|
||||
SHOW_FLAG(f, CO_FL_WAIT_ROOM);
|
||||
SHOW_FLAG(f, CO_FL_XPRT_READY);
|
||||
SHOW_FLAG(f, CO_FL_CTRL_READY);
|
||||
SHOW_FLAG(f, CO_FL_IDLE_LIST);
|
||||
SHOW_FLAG(f, CO_FL_SAFE_LIST);
|
||||
|
||||
if (f) {
|
||||
printf("EXTRA(0x%08x)", f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user