CLEANUP: promex: stop using appctx->st2
authorWilly Tarreau <w@1wt.eu>
Tue, 3 May 2022 16:05:23 +0000 (18:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:35 +0000 (18:13 +0200)
commitde58d245d69bee59a8bc5ddf7934114cefaf09f8
tree7742765a83b0dd1e17c6b42c06e9fab0eea5553a
parentae1747db8537676d0283476f6255778f6856041f
CLEANUP: promex: stop using appctx->st2

Now that we have out own context, there's no need to use the cryptic st2
struct member. It's solely used to carry a field number here, so let's
add this into the context.
addons/promex/service-prometheus.c