commit | e06bbf3f1945c0da403df28085c713d751def582 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 05 14:26:28 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:36 2022 +0200 |
tree | 58201b3c6b74d2902f1dea05e74f5006dd4a614e | |
parent | e8d006a79adc66168f541b5af62d325758724c02 [diff] |
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.