]> granicus.if.org Git - apache/commitdiff
Track time now for retrieve
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 04:07:19 +0000 (04:07 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 04:07:19 +0000 (04:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907924 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_socache_shmcb.c

index daea6ff3fddf72fe35aee3f89264a318a8282dce..dcb9d9b4cbd7bbc88d6805778662d7ab69e3ac2f 100644 (file)
@@ -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;