Fault Tolerance Interface
FTIFF_metaInfo Struct Reference

#include <fti.h>

Public Attributes

char checksum [MD5_DIGEST_STRING_LENGTH]
 
unsigned char myHash [MD5_DIGEST_LENGTH]
 
long ckptSize
 
long fs
 
long maxFs
 
long ptFs
 
long timestamp
 
long dcpSize
 
long dataSize
 

Member Data Documentation

char FTIFF_metaInfo::checksum[MD5_DIGEST_STRING_LENGTH]

hash of file without meta

long FTIFF_metaInfo::ckptSize

size of ckpt data

long FTIFF_metaInfo::dataSize

total size of protected data (excluding meta data)

long FTIFF_metaInfo::dcpSize

how much actually written by rank

long FTIFF_metaInfo::fs

file size

long FTIFF_metaInfo::maxFs

maximum file size in group

unsigned char FTIFF_metaInfo::myHash[MD5_DIGEST_LENGTH]

hash of this struct

long FTIFF_metaInfo::ptFs

partner copy file size

long FTIFF_metaInfo::timestamp

time when ckpt was created in ns (CLOCK_REALTIME)


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