]> granicus.if.org Git - apache/commitdiff
Update htcacheclean defines to match mod_disk_cache.c, Andreas is working on
authorColm MacCarthaigh <colm@apache.org>
Tue, 23 Aug 2005 09:25:31 +0000 (09:25 +0000)
committerColm MacCarthaigh <colm@apache.org>
Tue, 23 Aug 2005 09:25:31 +0000 (09:25 +0000)
mod_disk_cache.h, an all-round better solution, but for now just fix the
bug.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@239381 13f79535-47bb-0310-9956-ffa450edef68

support/htcacheclean.c

index 83b0b3affbd473ba40835e078ee32cd267d77c96..6fa1842ca49d01d9f02f980e4a1a55f67f35cf2a 100644 (file)
@@ -44,8 +44,8 @@
 
 /* mod_disk_cache.c extract start */
 
-#define VARY_FORMAT_VERSION 1
-#define DISK_FORMAT_VERSION 2
+#define VARY_FORMAT_VERSION 3
+#define DISK_FORMAT_VERSION 4
 
 typedef struct {
     /* Indicates the format of the header struct stored on-disk. */