#include <converse.h>
Public Member Functions | |
CmiChunkHeader () | |
CmiChunkHeader (const CmiChunkHeader &x) | |
Data Fields | |
int | size |
Private Attributes | |
std::atomic< int > | ref |
int | ref |
char | align [ALIGN_BYTES-sizeof(int)*2#if(CMK_USE_IBVERBS||CMK_USE_IBUD)-sizeof(void *)#endif] |
See the comment in convcore.C for details on the fields.
Definition at line 773 of file converse.h.
CmiChunkHeader::CmiChunkHeader | ( | ) |
CmiChunkHeader::CmiChunkHeader | ( | const CmiChunkHeader & | x | ) | [inline] |
Definition at line 774 of file converse.h.
Referenced by _CmiMultipleSend(), CmiChunkHeader(), CmiMultiMsgHandler(), PUP_fromCmiAllocMem::pupCmiAllocBuf(), PUP_toCmiAllocMem::pupCmiAllocBuf(), and PUP_cmiAllocSizer::pupCmiAllocBuf().
std::atomic<int> CmiChunkHeader::ref [private] |
Definition at line 777 of file converse.h.
int CmiChunkHeader::ref [private] |
Definition at line 779 of file converse.h.
char CmiChunkHeader::align[ALIGN_BYTES-sizeof(int)*2#if(CMK_USE_IBVERBS||CMK_USE_IBUD)-sizeof(void *)#endif] [private] |
Definition at line 794 of file converse.h.