diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-01 10:06:48 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-01 10:06:48 -0300 |
commit | 9783b0f015c4437f1c3c457caacaecadc06ae644 (patch) | |
tree | 84c3ba69d48f3840799e8096077ba03778254108 /src/cache.h | |
parent | a242c0021263fc48fa57d1e4c1a874713745f590 (diff) |
imported patch dicache-cleanup5
Diffstat (limited to 'src/cache.h')
-rw-r--r-- | src/cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |