#include <quiescence.h>
Data Fields | |
char | core [CmiMsgHeaderSizeBytes] |
int | phase |
union { | |
struct { | |
CmiInt8 created | |
CmiInt8 processed | |
} p1 | |
struct { | |
char dirty | |
} p2 | |
} | u |
Definition at line 8 of file quiescence.h.
char ConvQdMsg::core[CmiMsgHeaderSizeBytes] |
Definition at line 10 of file quiescence.h.
Definition at line 11 of file quiescence.h.
Referenced by CQdMsgGetCreated(), CQdMsgGetDirty(), CQdMsgGetPhase(), CQdMsgGetProcessed(), CQdMsgSetCreated(), CQdMsgSetDirty(), CQdMsgSetPhase(), and CQdMsgSetProcessed().
Definition at line 14 of file quiescence.h.
Definition at line 14 of file quiescence.h.
struct { ... } ConvQdMsg::p1 |
Referenced by CQdMsgGetCreated(), CQdMsgGetProcessed(), CQdMsgSetCreated(), and CQdMsgSetProcessed().
char ConvQdMsg::dirty |
Definition at line 15 of file quiescence.h.
struct { ... } ConvQdMsg::p2 |
Referenced by CQdMsgGetDirty(), and CQdMsgSetDirty().
union { ... } ConvQdMsg::u |
Referenced by CQdMsgGetCreated(), CQdMsgGetDirty(), CQdMsgGetProcessed(), CQdMsgSetCreated(), CQdMsgSetDirty(), and CQdMsgSetProcessed().