CLEANUP: activity/cli: make "show profiling" not use ctx.cli anymore
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 12:19:00 +0000 (14:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commite8d006a79adc66168f541b5af62d325758724c02
treedbb27a08ee7267ad1425f47f25439087200af2a3
parent42cc831abf7790fa0d500842cf7bc8c664d003eb
CLEANUP: activity/cli: make "show profiling" not use ctx.cli anymore

The I/O handler was using ctx.cli.i0/i1/o0/o1. Let's put all that into
a locally-defined context and use it instead.
src/activity.c