From: Jeffrey Altman Date: Mon, 21 Apr 2008 16:36:49 +0000 (+0000) Subject: DEVEL15-windows-cache-version-20080421 X-Git-Tag: openafs-devel-1_5_35~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4ddf9f1a96b50bede2a589d5a56fb6ff347ec171;p=packages%2Fo%2Fopenafs.git DEVEL15-windows-cache-version-20080421 LICENSE MIT increase the cache version because the cm_volume_t data structure was modified. (cherry picked from commit a6ef7fed731628a5e5b8af62f7e986d6f7ccf444) --- diff --git a/src/WINNT/afsd/cm_memmap.h b/src/WINNT/afsd/cm_memmap.h index 107302a64..565cbef60 100644 --- a/src/WINNT/afsd/cm_memmap.h +++ b/src/WINNT/afsd/cm_memmap.h @@ -10,7 +10,7 @@ #ifndef CM_MEMMAP_H #define CM_MEMMAP_H 1 -#define CM_CONFIG_DATA_VERSION 2 +#define CM_CONFIG_DATA_VERSION 3 #define CM_CONFIG_DATA_MAGIC ('A' | 'F'<<8 | 'S'<<16 | CM_CONFIG_DATA_VERSION<<24) typedef struct cm_config_data {