Fault Tolerance Interface
FTIFF_db Struct Reference

#include <fti.h>

Collaboration diagram for FTIFF_db:

Public Attributes

int numvars
 
long dbsize
 
unsigned char myhash [MD5_DIGEST_LENGTH]
 
bool update
 
FTIFF_dbvardbvars
 
struct FTIFF_dbprevious
 
struct FTIFF_dbnext
 

Member Data Documentation

long FTIFF_db::dbsize

size of metadata + data for block in bytes

FTIFF_dbvar* FTIFF_db::dbvars

pointer to related dbvar array

unsigned char FTIFF_db::myhash[MD5_DIGEST_LENGTH]

hash of variable chunk

struct FTIFF_db* FTIFF_db::next

link to next datablock

int FTIFF_db::numvars

number of protected variables in datablock

struct FTIFF_db* FTIFF_db::previous

link to previous datablock

bool FTIFF_db::update

TRUE if struct needs to be updated in ckpt file


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