From: Jeffrey Altman Date: Mon, 28 Nov 2011 20:13:43 +0000 (-0500) Subject: Windows: cache format version change X-Git-Tag: upstream/1.8.0_pre1^2~3011 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=006815ca2f4df1ed5236fc377da2647895853b0a;p=packages%2Fo%2Fopenafs.git Windows: cache format version change With the change to the size of the osi_mutex_t and osi_rwlock_t structures the CM_CONFIG_DATA_VERSION must change to force a reconstruction of the cache file. Change-Id: I0aadd2f7c699a5daaa87acf749957ff65d51fe6e Reviewed-on: http://gerrit.openafs.org/6131 Tested-by: BuildBot Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- diff --git a/src/WINNT/afsd/cm_memmap.h b/src/WINNT/afsd/cm_memmap.h index 2aa247512..8d8950711 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 18 +#define CM_CONFIG_DATA_VERSION 19 #define CM_CONFIG_DATA_MAGIC ('A' | 'F'<<8 | 'S'<<16 | CM_CONFIG_DATA_VERSION<<24) typedef struct cm_config_data {