r5017 - in trunk/varnish-cache: include lib/libvcl

tfheen at varnish-cache.org tfheen at varnish-cache.org
Tue Jul 6 09:50:30 CEST 2010


Author: tfheen
Date: 2010-07-06 09:50:30 +0200 (Tue, 06 Jul 2010)
New Revision: 5017

Modified:
   trunk/varnish-cache/include/vrt.h
   trunk/varnish-cache/lib/libvcl/vcc_action.c
Log:
Add function prototype, update to new world order

Unbreak the build


Modified: trunk/varnish-cache/include/vrt.h
===================================================================
--- trunk/varnish-cache/include/vrt.h	2010-07-06 07:28:04 UTC (rev 5016)
+++ trunk/varnish-cache/include/vrt.h	2010-07-06 07:50:30 UTC (rev 5017)
@@ -138,6 +138,7 @@
 void VRT_ban(struct sess *sp, char *, ...);
 void VRT_ban_string(struct sess *sp, const char *, ...);
 void VRT_purge(struct sess *sp, double ttl, double grace);
+void VRT_log(struct sess *, const char *msg, ...);
 
 void VRT_count(const struct sess *, unsigned);
 int VRT_rewrite(const char *, const char *);

Modified: trunk/varnish-cache/lib/libvcl/vcc_action.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_action.c	2010-07-06 07:28:04 UTC (rev 5016)
+++ trunk/varnish-cache/lib/libvcl/vcc_action.c	2010-07-06 07:50:30 UTC (rev 5017)
@@ -488,7 +488,7 @@
 
 /*--------------------------------------------------------------------*/
 static void
-parse_log(struct tokenlist *tl)
+parse_log(struct vcc *tl)
 {
 	vcc_NextToken(tl);
 




More information about the varnish-commit mailing list