r4963 - trunk/varnish-cache/include

phk at varnish-cache.org phk at varnish-cache.org
Wed Jun 16 13:16:09 CEST 2010


Author: phk
Date: 2010-06-16 13:16:09 +0200 (Wed, 16 Jun 2010)
New Revision: 4963

Modified:
   trunk/varnish-cache/include/vsm.h
Log:
Add a state field for deletes.



Modified: trunk/varnish-cache/include/vsm.h
===================================================================
--- trunk/varnish-cache/include/vsm.h	2010-06-16 10:40:00 UTC (rev 4962)
+++ trunk/varnish-cache/include/vsm.h	2010-06-16 11:16:09 UTC (rev 4963)
@@ -49,6 +49,7 @@
 #define VSM_CHUNK_MAGIC		0x43907b6e	/* From /dev/random */
 	unsigned		magic;
 	unsigned		len;
+	unsigned		state;
 	char			class[8];
 	char			type[8];
 	char			ident[16];




More information about the varnish-commit mailing list