MINOR: fd: move .linger_risk into fdtab[].state
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Apr 2021 15:49:19 +0000 (17:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2021 16:07:49 +0000 (18:07 +0200)
commitb41a6e910139b9eb25930696944f4f1738b5525f
treee873cc7852a356c885826de3d0f65c6412befc3f
parentf509065191a01dc1b5950e204944a4de7137217c
MINOR: fd: move .linger_risk into fdtab[].state

No need to keep this flag apart any more, let's merge it into the global
state. The CLI's output state was extended to 6 digits and the linger/cloned
flags moved inside the parenthesis.
15 files changed:
include/haproxy/connection.h
include/haproxy/fd-t.h
include/haproxy/fd.h
src/cli.c
src/fd.c
src/proto_quic.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_uxst.c
src/raw_sock.c
src/session.c
src/sock.c
src/tcp_act.c
src/tcpcheck.c
src/xprt_quic.c