Commit ec85e823 authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

Update htcacheclean defines to match mod_disk_cache.c, Andreas is working on

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
parent fc687d6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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. */