r628 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Fri Aug 4 08:21:56 CEST 2006


Author: phk
Date: 2006-08-04 08:21:56 +0200 (Fri, 04 Aug 2006)
New Revision: 628

Modified:
   trunk/varnish-cache/include/cli.h
Log:
Add CLIS_CANT status code for when something is valid but currently
impossible.



Modified: trunk/varnish-cache/include/cli.h
===================================================================
--- trunk/varnish-cache/include/cli.h	2006-08-04 06:21:32 UTC (rev 627)
+++ trunk/varnish-cache/include/cli.h	2006-08-04 06:21:56 UTC (rev 628)
@@ -178,5 +178,6 @@
 	CLIS_TOOFEW	= 104,
 	CLIS_TOOMANY	= 105,
 	CLIS_PARAM	= 106,
-	CLIS_OK		= 200
+	CLIS_OK		= 200,
+	CLIS_CANT	= 300
 };




More information about the varnish-commit mailing list