commit | 455caef642a8b6b0aad65da7ebb285a431d6fdad | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 05 20:16:16 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:36 2022 +0200 |
tree | 02e6d9915f172d43c20a309ef7cd4efe370854d3 | |
parent | 1eea6657fbc1f9c4cc75b6f1ceaa9e60be6b5260 [diff] |
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.