Windows: Increase the memory map version

Since the cm_buf_t data structure changed, update
the memory map version number so that the cache will
not be reused.

LICENSE MIT

Change-Id: If01997ebd90c8f004d7cf4ba92f46fe4b9f570bf
Reviewed-on: http://gerrit.openafs.org/1772
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
Jeffrey Altman 2010-04-17 15:21:32 -04:00 committed by Jeffrey Altman
parent 690b5c814e
commit 1239acfb44

View File

@ -10,7 +10,7 @@
#ifndef CM_MEMMAP_H
#define CM_MEMMAP_H 1
#define CM_CONFIG_DATA_VERSION 7
#define CM_CONFIG_DATA_VERSION 8
#define CM_CONFIG_DATA_MAGIC ('A' | 'F'<<8 | 'S'<<16 | CM_CONFIG_DATA_VERSION<<24)
typedef struct cm_config_data {