mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
Windows: CM_CONFIG_DATA_VERSION 23
The cm_volume_t data structure changed. Increment the data version for the 1.7.24 release. Change-Id: I324525db34e644cf7ac915742e5da6895f351531 Reviewed-on: http://gerrit.openafs.org/9746 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
639453196d
commit
ce72155dc0
@ -10,7 +10,7 @@
|
|||||||
#ifndef CM_MEMMAP_H
|
#ifndef CM_MEMMAP_H
|
||||||
#define CM_MEMMAP_H 1
|
#define CM_MEMMAP_H 1
|
||||||
|
|
||||||
#define CM_CONFIG_DATA_VERSION 22
|
#define CM_CONFIG_DATA_VERSION 23
|
||||||
#define CM_CONFIG_DATA_MAGIC ('A' | 'F'<<8 | 'S'<<16 | CM_CONFIG_DATA_VERSION<<24)
|
#define CM_CONFIG_DATA_MAGIC ('A' | 'F'<<8 | 'S'<<16 | CM_CONFIG_DATA_VERSION<<24)
|
||||||
|
|
||||||
typedef struct cm_config_data {
|
typedef struct cm_config_data {
|
||||||
|
Loading…
Reference in New Issue
Block a user