[master] 607e99aa8 Note a name clash which we might want to resolve with the next vrt bump

Nils Goroll nils.goroll at uplex.de
Sat Apr 1 18:02:07 UTC 2023


commit 607e99aa81db32412748a852192d73b8af55f053
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Apr 1 19:59:36 2023 +0200

    Note a name clash which we might want to resolve with the next vrt bump

diff --git a/bin/varnishd/cache/cache_filter.h b/bin/varnishd/cache/cache_filter.h
index 6ec82e0f4..7b1d8fa75 100644
--- a/bin/varnishd/cache/cache_filter.h
+++ b/bin/varnishd/cache/cache_filter.h
@@ -62,7 +62,7 @@ struct vfp_entry {
 #define VFP_ENTRY_MAGIC		0xbe32a027
 	enum vfp_status		closed;
 	const struct vfp	*vfp;
-	void			*priv1;
+	void			*priv1;	// XXX ambiguous with priv1 in struct vfp
 	ssize_t			priv2;
 	VTAILQ_ENTRY(vfp_entry)	list;
 	uint64_t		calls;


More information about the varnish-commit mailing list