r5398 - trunk/varnish-cache/include

phk at varnish-cache.org phk at varnish-cache.org
Mon Oct 4 17:06:23 CEST 2010


Author: phk
Date: 2010-10-04 17:06:23 +0200 (Mon, 04 Oct 2010)
New Revision: 5398

Modified:
   trunk/varnish-cache/include/vrt.h
Log:
Minor constification



Modified: trunk/varnish-cache/include/vrt.h
===================================================================
--- trunk/varnish-cache/include/vrt.h	2010-10-04 15:03:05 UTC (rev 5397)
+++ trunk/varnish-cache/include/vrt.h	2010-10-04 15:06:23 UTC (rev 5398)
@@ -200,7 +200,7 @@
 typedef int vmod_init_f(struct vmod_priv *,  const struct VCL_conf *);
 
 static inline void 
-vmod_priv_fini(struct vmod_priv *p)
+vmod_priv_fini(const struct vmod_priv *p)
 {
 
 	if (p->priv != (void*)0 && p->free != (void*)0)




More information about the varnish-commit mailing list