a toplist as a checkpointed file
Definition at line 118 of file FstatToplist.h.
Data Fields | |
| CHAR * | filename |
| name of the toplist file More... | |
| CHAR * | buffer |
| 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_t * | list |
| toplist this file reflects More... | |
| CHAR* FstatCheckpointFile::filename |
name of the toplist file
Definition at line 119 of file FstatToplist.h.
| CHAR* FstatCheckpointFile::buffer |
write buffer if needed
Definition at line 120 of file FstatToplist.h.
| UINT4 FstatCheckpointFile::bufsize |
buffer size if needed
Definition at line 121 of file FstatToplist.h.
| UINT4 FstatCheckpointFile::bytes |
counts the bytes in the file
Definition at line 122 of file FstatToplist.h.
| UINT4 FstatCheckpointFile::maxsize |
the file must not grow larger than that
Definition at line 123 of file FstatToplist.h.
| UINT4 FstatCheckpointFile::checksum |
keeps the checksum
Definition at line 124 of file FstatToplist.h.
| FILE* FstatCheckpointFile::fp |
FILE* currently associated.
Definition at line 125 of file FstatToplist.h.
| toplist_t* FstatCheckpointFile::list |
toplist this file reflects
Definition at line 126 of file FstatToplist.h.