X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fvol%2Fvoldefs.h;h=73f738d945dd81a10c4ec58563658c69eae93140;hp=2199b6992184de46d8312163a4067b5d6bc20730;hb=58159672536df128cb21b449865acb011e8c90fc;hpb=753a316821bf23a53a7ebef9b52122c39ee88b83 diff --git a/src/vol/voldefs.h b/src/vol/voldefs.h index 2199b69..73f738d 100644 --- a/src/vol/voldefs.h +++ b/src/vol/voldefs.h @@ -20,12 +20,14 @@ #define readwriteVolume RWVOL #define readonlyVolume ROVOL #define backupVolume BACKVOL +#define rwreplicaVolume RWREPL #define RWVOL 0 #define ROVOL 1 #define BACKVOL 2 +#define RWREPL 3 -#define VOLMAXTYPES 3 /* _current_ max number of types */ +#define VOLMAXTYPES 4 /* _current_ max number of types */ /* the maximum number of volumes in a volume group that we can handle */ #define VOL_VG_MAX_VOLS 20