CLEANUP: debug/cli: make "debug dev fd" not use ctx.cli anymore
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 12:26:28 +0000 (14:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commite06bbf3f1945c0da403df28085c713d751def582
tree58201b3c6b74d2902f1dea05e74f5006dd4a614e
parente8d006a79adc66168f541b5af62d325758724c02
CLEANUP: debug/cli: make "debug dev fd" not use ctx.cli anymore

The command only requires to store an int, but it will be useful later
to have a struct to pass extra info such as an "all" flag to dump all
FDs. The new context is now a struct dev_fd_ctx stored in svcctx.
src/debug.c