X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fzoom-p.h;h=7990d3660dd88a6a05d32fc044c5938353c5b162;hp=d533084a6a98d4bf1028e69f793d49b309865531;hb=55b4bc7eb9295ce335fad273d08d82d62ce4b7ea;hpb=e2b8bf88befb43e4a189ce3e659c595e5b3af7dc diff --git a/src/zoom-p.h b/src/zoom-p.h index d533084..7990d36 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -121,6 +121,8 @@ struct ZOOM_connection_p { #if HAVE_HIREDIS redisContext *redis_c; #endif + int expire_search; + int expire_record; }; typedef struct ZOOM_record_cache_p *ZOOM_record_cache;