X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=7990d3660dd88a6a05d32fc044c5938353c5b162;hb=55dd9ff92e47e3e13fb11915bc5e1bdbd15537ab;hp=d533084a6a98d4bf1028e69f793d49b309865531;hpb=e2b8bf88befb43e4a189ce3e659c595e5b3af7dc;p=yaz-moved-to-github.git 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;