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

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