From 9783b0f015c4437f1c3c457caacaecadc06ae644 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Thu, 1 Jan 2009 10:06:48 -0300 Subject: imported patch dicache-cleanup5 --- src/cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cache.h') diff --git a/src/cache.h b/src/cache.h index 6099447c..bb30d9a0 100644 --- a/src/cache.h +++ b/src/cache.h @@ -46,6 +46,7 @@ typedef void (*CA_Callback_t)(int Op, CacheClient_t *Client); struct _CacheClient { int Key; /* Primary Key for this client */ const DilloUrl *Url; /* Pointer to a cache entry Url */ + int Version; /* Dicache version of this Url (0 if not used) */ void *Buf; /* Pointer to cache-data */ uint_t BufSize; /* Valid size of cache-data */ CA_Callback_t Callback; /* Client function */ -- cgit v1.2.3