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>
Wed, 20 Jan 2021 16:17:39 +0000 (17:17 +0100)
commit37be9534245152130fad75c74133c3111a2f382b
tree05b239ccc6ac906f8d13590433cf46ff25326b73
parenteb0595d039b5e5c56bf3f574ec7e364d926c406b
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.
src/cli.c