MINOR: cli: make "show fd" also report the xprt and xprt_ctx
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Jan 2021 13:40:04 +0000 (14:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2021 17:13:36 +0000 (18:13 +0100)
commit4873384a779059a4d4222f4cf045ce249a6f2827
tree442eb76f79df2576e81a604bd72ae1a00e5441f8
parent7f4973eca5849b894c7594af00f77bb9ecddfc0e
MINOR: cli: make "show fd" also report the xprt and xprt_ctx

These ones are definitely missing from some dumps, let's report them! We
print the xprt's name instead of its useless pointer, as well as its ctx
when xprt is not NULL.

(cherry picked from commit 37be9534245152130fad75c74133c3111a2f382b)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/cli.c