
#include <quiescence.h>

Data Fields | |
| char | core [CmiMsgHeaderSizeBytes] |
| int | phase |
| union { | |
| struct { | |
| int created | |
| int processed | |
| } p1 | |
| struct { | |
| int dirty | |
| } p2 | |
| } | u |
Definition at line 4 of file quiescence.h.
| char ConvQdMsg::core[CmiMsgHeaderSizeBytes] |
Definition at line 6 of file quiescence.h.
Definition at line 7 of file quiescence.h.
Referenced by CQdMsgGetCreated(), CQdMsgGetDirty(), CQdMsgGetPhase(), CQdMsgGetProcessed(), CQdMsgSetCreated(), CQdMsgSetDirty(), CQdMsgSetPhase(), and CQdMsgSetProcessed().
Definition at line 10 of file quiescence.h.
Definition at line 10 of file quiescence.h.
| struct { ... } ConvQdMsg::p1 |
Referenced by CQdMsgGetCreated(), CQdMsgGetProcessed(), CQdMsgSetCreated(), and CQdMsgSetProcessed().
Definition at line 11 of file quiescence.h.
| struct { ... } ConvQdMsg::p2 |
Referenced by CQdMsgGetDirty(), and CQdMsgSetDirty().
| union { ... } ConvQdMsg::u |
Referenced by CQdMsgGetCreated(), CQdMsgGetDirty(), CQdMsgGetProcessed(), CQdMsgSetCreated(), CQdMsgSetDirty(), and CQdMsgSetProcessed().
1.5.5