Coda Distributed File System
Macros
voldefs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define readwriteVolume   RWVOL
 
#define readonlyVolume   ROVOL
 
#define backupVolume   BACKVOL
 
#define replicatedVolume   REPVOL
 
#define nonReplicatedVolume   NONREPVOL
 
#define RWVOL   0
 
#define ROVOL   1
 
#define BACKVOL   2
 
#define REPVOL   3
 
#define NONREPVOL   4
 
#define VFORMAT   "V%010u"
 
#define MAXVOLIDPATH   vice_config_path("vol/maxvolid")
 
#define SERVERLISTPATH   vice_config_path("db/servers")
 
#define CONNECT_FS   1
 
#define DONT_CONNECT_FS   0
 

Macro Definition Documentation

◆ backupVolume

#define backupVolume   BACKVOL

◆ BACKVOL

#define BACKVOL   2

◆ CONNECT_FS

#define CONNECT_FS   1

◆ DONT_CONNECT_FS

#define DONT_CONNECT_FS   0

◆ MAXVOLIDPATH

#define MAXVOLIDPATH   vice_config_path("vol/maxvolid")

◆ nonReplicatedVolume

#define nonReplicatedVolume   NONREPVOL

◆ NONREPVOL

#define NONREPVOL   4

◆ readonlyVolume

#define readonlyVolume   ROVOL

◆ readwriteVolume

#define readwriteVolume   RWVOL

◆ replicatedVolume

#define replicatedVolume   REPVOL

◆ REPVOL

#define REPVOL   3

◆ ROVOL

#define ROVOL   1

◆ RWVOL

#define RWVOL   0

◆ SERVERLISTPATH

#define SERVERLISTPATH   vice_config_path("db/servers")

◆ VFORMAT

#define VFORMAT   "V%010u"