mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
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:
parent
690b5c814e
commit
1239acfb44
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user