You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2010/02/09 05:07:19 UTC

svn commit: r907924 - /httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c

Author: wrowe
Date: Tue Feb  9 04:07:19 2010
New Revision: 907924

URL: http://svn.apache.org/viewvc?rev=907924&view=rev
Log:
Track time now for retrieve

Modified:
    httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c

Modified: httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c?rev=907924&r1=907923&r2=907924&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c (original)
+++ httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c Tue Feb  9 04:07:19 2010
@@ -813,6 +813,7 @@
 {
     unsigned int pos;
     unsigned int loop = 0;
+    apr_time_t now = apr_time_now();
 
     pos = subcache->idx_pos;