From: William A. Rowe Jr Date: Tue, 9 Feb 2010 04:07:19 +0000 (+0000) Subject: Track time now for retrieve X-Git-Tag: 2.3.6~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d633f7e8e9f63e0a101be906b51fd4ac17433f1a;p=apache Track time now for retrieve git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907924 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_socache_shmcb.c b/modules/cache/mod_socache_shmcb.c index daea6ff3fd..dcb9d9b4cb 100644 --- a/modules/cache/mod_socache_shmcb.c +++ b/modules/cache/mod_socache_shmcb.c @@ -813,6 +813,7 @@ static int shmcb_subcache_retrieve(server_rec *s, SHMCBHeader *header, { unsigned int pos; unsigned int loop = 0; + apr_time_t now = apr_time_now(); pos = subcache->idx_pos;