MINOR: cli/show-fd: slightly reorganize the FD status flags
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2021 06:48:12 +0000 (08:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2021 16:18:37 +0000 (18:18 +0200)
commit184b21259b8801354a6aa60f954d5153812036d0
treeb174ba265f76e8065ccf77355f0ee72ddf881489
parent1673c4a8837b7e90a221c248669942f6f3988211
MINOR: cli/show-fd: slightly reorganize the FD status flags

Slightly reorder the status flags to better match their order in the
"state" field, and also decode the "shut" state which is particularly
useful and already part of this field.
src/cli.c