Commit c2b442fa authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a state field for deletes.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4963 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 9d5dc52c
......@@ -49,6 +49,7 @@ struct vsm_chunk {
#define VSM_CHUNK_MAGIC 0x43907b6e /* From /dev/random */
unsigned magic;
unsigned len;
unsigned state;
char class[8];
char type[8];
char ident[16];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment