CLEANUP: spoe: do not use appctx.ctx anymore
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 18:18:44 +0000 (20:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commit23a2407843f82ee067f3f9d7b93da52cbf4603b9
treedad15943d9672592d5077bb912a4799485e48991
parent455caef642a8b6b0aad65da7ebb285a431d6fdad
CLEANUP: spoe: do not use appctx.ctx anymore

The spoe code already uses its own generic pointer, let's move it to
svcctx instead of keeping a struct spoe in the appctx union.
include/haproxy/applet-t.h
src/flt_spoe.c