Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
FstatCheckpointFile Struct Reference

Detailed Description

a toplist as a checkpointed file

Definition at line 118 of file FstatToplist.h.

Data Fields

CHARfilename
 name of the toplist file More...
 
CHARbuffer
 write buffer if needed More...
 
UINT4 bufsize
 buffer size if needed More...
 
UINT4 bytes
 counts the bytes in the file More...
 
UINT4 maxsize
 the file must not grow larger than that More...
 
UINT4 checksum
 keeps the checksum More...
 
FILE * fp
 FILE* currently associated. More...
 
toplist_tlist
 toplist this file reflects More...
 

Field Documentation

◆ filename

CHAR* FstatCheckpointFile::filename

name of the toplist file

Definition at line 119 of file FstatToplist.h.

◆ buffer

CHAR* FstatCheckpointFile::buffer

write buffer if needed

Definition at line 120 of file FstatToplist.h.

◆ bufsize

UINT4 FstatCheckpointFile::bufsize

buffer size if needed

Definition at line 121 of file FstatToplist.h.

◆ bytes

UINT4 FstatCheckpointFile::bytes

counts the bytes in the file

Definition at line 122 of file FstatToplist.h.

◆ maxsize

UINT4 FstatCheckpointFile::maxsize

the file must not grow larger than that

Definition at line 123 of file FstatToplist.h.

◆ checksum

UINT4 FstatCheckpointFile::checksum

keeps the checksum

Definition at line 124 of file FstatToplist.h.

◆ fp

FILE* FstatCheckpointFile::fp

FILE* currently associated.

Definition at line 125 of file FstatToplist.h.

◆ list

toplist_t* FstatCheckpointFile::list

toplist this file reflects

Definition at line 126 of file FstatToplist.h.