r4653 - trunk/varnish-cache/lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Thu Apr 8 18:42:20 CEST 2010


Author: phk
Date: 2010-04-08 18:42:20 +0200 (Thu, 08 Apr 2010)
New Revision: 4653

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_action.c
Log:
The rollback function fell out, stuff it in here once more.



Modified: trunk/varnish-cache/lib/libvcl/vcc_action.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_action.c	2010-04-08 16:32:24 UTC (rev 4652)
+++ trunk/varnish-cache/lib/libvcl/vcc_action.c	2010-04-08 16:42:20 UTC (rev 4653)
@@ -478,6 +478,16 @@
 /*--------------------------------------------------------------------*/
 
 static void
+parse_rollback(struct tokenlist *tl)
+{
+
+	vcc_NextToken(tl);
+	Fb(tl, 1, "VRT_Rollback(sp);\n");
+}
+
+/*--------------------------------------------------------------------*/
+
+static void
 parse_synthetic(struct tokenlist *tl)
 {
 	vcc_NextToken(tl);




More information about the varnish-commit mailing list