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=e05d81815980f703874bae24475ba474e424c0d7;hpb=b81655495132a3e219463c6a259d4214270029ef 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;