r1010 - trunk/varnish-cache/include

des at projects.linpro.no des at projects.linpro.no
Sat Sep 16 14:25:36 CEST 2006


Author: des
Date: 2006-09-16 14:25:36 +0200 (Sat, 16 Sep 2006)
New Revision: 1010

Modified:
   trunk/varnish-cache/include/varnishapi.h
Log:
Add a usage string for the standard VSL options.

Modified: trunk/varnish-cache/include/varnishapi.h
===================================================================
--- trunk/varnish-cache/include/varnishapi.h	2006-09-16 12:23:33 UTC (rev 1009)
+++ trunk/varnish-cache/include/varnishapi.h	2006-09-16 12:25:36 UTC (rev 1010)
@@ -16,6 +16,7 @@
 #define VSL_S_CLIENT	(1 << 0)
 #define VSL_S_BACKEND	(1 << 1)
 #define VSL_ARGS	"bcdr:i:x:CI:X:"
+#define VSL_USAGE	"[-bcCd] [-r file] [-i tag] [-x tag] [-I regexp] [-X regexp]"
 vsl_handler VSL_H_Print;
 struct VSL_data;
 struct VSL_data *VSL_New(void);




More information about the varnish-commit mailing list