]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: map/cli: stop using appctx->st2 for the dump state
authorWilly Tarreau <w@1wt.eu>
Tue, 3 May 2022 13:12:21 +0000 (15:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:35 +0000 (18:13 +0200)
commita0d6280af4e04a8607980b3fafcccd8f10bbb5c8
treed4af008e4c0acb59e494094c075bf909221c3900
parent76f771e78e2ef45ac02581f34d024245fa7cf040
CLEANUP: map/cli: stop using appctx->st2 for the dump state

Let's instead define a 3-state enum solely for this use case, and place
it into the command's context.
src/map.c