Skip to content

Commit

Permalink
SQUASH with "Define (be)?req.filters": Dridi nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
nigoroll committed Jan 28, 2024
1 parent 948c78b commit ba78308
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions bin/varnishd/cache/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,11 @@ struct busyobj {
struct sess *sp;
struct worker *wrk;

/* beresp.body */
struct vfp_ctx *vfc;
const char *vfp_filter_list; // beresp.body
const char *vdp_filter_list; // bereq.body
const char *vfp_filter_list;
/* bereq.body */
const char *vdp_filter_list;

struct ws ws[1];
uintptr_t ws_bo;
Expand Down Expand Up @@ -532,10 +534,11 @@ struct req {
struct objcore *objcore;
struct objcore *stale_oc;

/* Deliver pipeline */
/* resp.body */
struct vdp_ctx *vdc;
const char *vdp_filter_list; // resp.body
const char *vfp_filter_list; // req.body
const char *vdp_filter_list;
/* req.body */
const char *vfp_filter_list;

/* Transaction VSL buffer */
struct vsl_log vsl[1];
Expand Down

0 comments on commit ba78308

Please sign in to comment.