Fault Tolerance Interface
|
#include <fti.h>
Public Attributes | |
int | numvars |
long | dbsize |
unsigned char | myhash [MD5_DIGEST_LENGTH] |
bool | update |
FTIFF_dbvar * | dbvars |
struct FTIFF_db * | previous |
struct FTIFF_db * | next |
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