83#define VLDB_MAGIC 0xABCD4321
85#define N_SERVERIDS 256
89#define VLDB_PATH vice_config_path("db/VLDB")
90#define VLDB_TEMP vice_config_path("db/VLDB.new")
91#define BACKUPLIST_PATH vice_config_path("vol/BackupList")
unsigned int uint32_t
Definition: coda.h:105
byte volumeType
Definition: vldb.h:62
byte nServers
Definition: vldb.h:64
uint32_t volumeId[MAXVOLTYPES]
Definition: vldb.h:65
char key[33]
Definition: vldb.h:58
byte serverNumber[VSG_MEMBERS]
Definition: vldb.h:67
byte hashNext
Definition: vldb.h:60
#define MAXVOLTYPES
Definition: vldb.h:52
unsigned int uint32_t
Definition: vldb.h:46
struct vldb * VLDBLookup(char *key)
Definition: vldb.cc:99
int VLDBPrint()
Definition: vldb.cc:152