r3510 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Tue Jan 13 15:18:09 CET 2009


Author: phk
Date: 2009-01-13 15:18:08 +0100 (Tue, 13 Jan 2009)
New Revision: 3510

Modified:
   trunk/varnish-cache/include/cli.h
Log:
Add CLI_PURGE definition



Modified: trunk/varnish-cache/include/cli.h
===================================================================
--- trunk/varnish-cache/include/cli.h	2009-01-13 14:05:54 UTC (rev 3509)
+++ trunk/varnish-cache/include/cli.h	2009-01-13 14:18:08 UTC (rev 3510)
@@ -74,6 +74,13 @@
 	    "marked obsolete.",						\
 	1, 1
 
+#define CLI_PURGE							\
+	"purge",							\
+	"purge <field> <operator> <arg> [&& <field> <oper> <arg>]...",	\
+	"\tAll objects where the all the conditions match will be "	\
+	    "marked obsolete.",						\
+	3, UINT_MAX 
+
 #define CLI_PURGE_LIST							\
 	"purge.list",							\
 	"purge.list",							\



More information about the varnish-commit mailing list