r5375 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Fri Oct 1 10:29:36 CEST 2010


Author: phk
Date: 2010-10-01 10:29:36 +0200 (Fri, 01 Oct 2010)
New Revision: 5375

Modified:
   trunk/varnish-cache/bin/varnishd/cache_vrt.c
Log:
Nitpicking



Modified: trunk/varnish-cache/bin/varnishd/cache_vrt.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt.c	2010-10-01 08:07:58 UTC (rev 5374)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt.c	2010-10-01 08:29:36 UTC (rev 5375)
@@ -403,7 +403,7 @@
 
 /*--------------------------------------------------------------------*/
 
-#define VBEREQ(dir, type, onm, field)					\
+#define VBERESP(dir, type, onm, field)					\
 void									\
 VRT_l_##dir##_##onm(const struct sess *sp, type a)			\
 {									\
@@ -418,8 +418,8 @@
 	return (sp->wrk->field);					\
 }
 
-VBEREQ(beresp, unsigned, cacheable, cacheable)
-VBEREQ(beresp, double, grace, grace)
+VBERESP(beresp, unsigned, cacheable, cacheable)
+VBERESP(beresp, double, grace, grace)
 
 /*--------------------------------------------------------------------*/
 




More information about the varnish-commit mailing list