#include <dmtcpaware.h>
Definition at line 51 of file dmtcpaware.h.
Data Fields | |
| int | numCheckpoints |
| The number of times this process has been checkpointed (excludes restarts). | |
| int | numRestarts |
| The number of times this process has been restarted. | |
| const char * | checkpointFilenameMtcp |
| Filename of (large) .mtcp checkpoint file (memory/threads) for this process. | |
| const char * | checkpointFilenameDmtcp |
| Filename of (tiny) .dmtcp checkpoint file (connection table) for this process. | |
| const char * | uniquePidStr |
| The DMTCP cluster-wide unique process identifier for this process. Format is "HostHash-PID-Timestamp". | |
The number of times this process has been checkpointed (excludes restarts).
Definition at line 54 of file dmtcpaware.h.
| const char* DmtcpLocalStatus::checkpointFilenameMtcp |
Filename of (large) .mtcp checkpoint file (memory/threads) for this process.
Definition at line 60 of file dmtcpaware.h.
| const char* DmtcpLocalStatus::checkpointFilenameDmtcp |
Filename of (tiny) .dmtcp checkpoint file (connection table) for this process.
Definition at line 63 of file dmtcpaware.h.
| const char* DmtcpLocalStatus::uniquePidStr |
The DMTCP cluster-wide unique process identifier for this process. Format is "HostHash-PID-Timestamp".
Definition at line 67 of file dmtcpaware.h.