CLEANUP: proxy/cli: get rid of appctx->st2 in "show servers"
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 17:26:18 +0000 (19:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commitd741e9c4b1cb4e58fa8e965747de99b96cce7271
treeed2e4a4efbdd23734e0b43f9764613d233632b5c
parent72a04238d5db04de9a9900756cedb7c9c5bf09d4
CLEANUP: proxy/cli: get rid of appctx->st2 in "show servers"

Now that we have the show_srv_ctx, let's store a state in it. We only
need two states here, header and list.
src/proxy.c