DmtcpLocalStatus Struct Reference

#include <dmtcpaware.h>


Detailed Description

Returned by dmtcpGetLocalStatus().

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".

Field Documentation

The number of times this process has been checkpointed (excludes restarts).

Definition at line 54 of file dmtcpaware.h.

The number of times this process has been restarted.

Definition at line 57 of file dmtcpaware.h.

Filename of (large) .mtcp checkpoint file (memory/threads) for this process.

Definition at line 60 of file dmtcpaware.h.

Filename of (tiny) .dmtcp checkpoint file (connection table) for this process.

Definition at line 63 of file dmtcpaware.h.

The DMTCP cluster-wide unique process identifier for this process. Format is "HostHash-PID-Timestamp".

Definition at line 67 of file dmtcpaware.h.


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


SourceForge.net Logo