Coda Distributed File System
Public Member Functions | Public Attributes | List of all members
RecovVenusGlobals Struct Reference

#include <venusrecov.h>

Collaboration diagram for RecovVenusGlobals:
Collaboration graph
[legend]

Public Member Functions

int validate ()
 
void print ()
 
void print (FILE *)
 
void print (int)
 

Public Attributes

int recov_MagicNumber
 
int recov_VersionNumber
 
time_t recov_LastInit
 
int recov_CleanShutDown
 
fsdbrecov_FSDB
 
vdbrecov_VDB
 
RealmDBrecov_REALMDB
 
hdb * recov_HDB
 
char * recov_HeapAddr
 
unsigned int recov_HeapLength
 
union {
   unsigned char   bytes [16]
 
   struct {
      unsigned int   time_low
 
      unsigned short   time_mid
 
      unsigned short   time_hi_version
 
      unsigned char   clock_seq_hi_variant
 
      unsigned char   clock_seq_low
 
      unsigned char   node [6]
 
   }   fields
 
recov_UUID
 
unsigned int recov_StoreId
 

Member Function Documentation

◆ print() [1/3]

void RecovVenusGlobals::print ( void  )

◆ print() [2/3]

void RecovVenusGlobals::print ( FILE *  fp)

◆ print() [3/3]

void RecovVenusGlobals::print ( int  fd)

◆ validate()

int RecovVenusGlobals::validate ( )

Member Data Documentation

◆ bytes

unsigned char RecovVenusGlobals::bytes[16]

◆ clock_seq_hi_variant

unsigned char RecovVenusGlobals::clock_seq_hi_variant

◆ clock_seq_low

unsigned char RecovVenusGlobals::clock_seq_low

◆ 

struct { ... } RecovVenusGlobals::fields

◆ node

unsigned char RecovVenusGlobals::node[6]

◆ recov_CleanShutDown

int RecovVenusGlobals::recov_CleanShutDown

◆ recov_FSDB

fsdb* RecovVenusGlobals::recov_FSDB

◆ recov_HDB

hdb* RecovVenusGlobals::recov_HDB

◆ recov_HeapAddr

char* RecovVenusGlobals::recov_HeapAddr

◆ recov_HeapLength

unsigned int RecovVenusGlobals::recov_HeapLength

◆ recov_LastInit

time_t RecovVenusGlobals::recov_LastInit

◆ recov_MagicNumber

int RecovVenusGlobals::recov_MagicNumber

◆ recov_REALMDB

RealmDB* RecovVenusGlobals::recov_REALMDB

◆ recov_StoreId

unsigned int RecovVenusGlobals::recov_StoreId

◆ 

union { ... } RecovVenusGlobals::recov_UUID

◆ recov_VDB

vdb* RecovVenusGlobals::recov_VDB

◆ recov_VersionNumber

int RecovVenusGlobals::recov_VersionNumber

◆ time_hi_version

unsigned short RecovVenusGlobals::time_hi_version

◆ time_low

unsigned int RecovVenusGlobals::time_low

◆ time_mid

unsigned short RecovVenusGlobals::time_mid

The documentation for this struct was generated from the following files: