CLEANUP: cache: take the context out of appctx.ctx
authorWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 09:03:39 +0000 (11:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commitf61494c7082ebf1bd7c29ab9896f6ebd29fef06a
tree50776746fdfd8e55fd08134756601ad1d9c2f424
parentc7afedc140c86eae9151bf7554c69331424ac8bd
CLEANUP: cache: take the context out of appctx.ctx

The context was moved to a local definition in the cache code, and
there's nothing specific to the cache anymore in the appctx. The
struct is stored into the appctx's storage area via the svcctx.
include/haproxy/applet-t.h
src/cache.c