Public Member Functions | |
mCastPacket (CkSectionInfo &_cookie, int _offset, int _n, char *_d, int _s, int _c, int _t) | |
Data Fields | |
CkSectionInfo | cookie |
int | offset |
int | n |
std::vector< char > | data |
int | seqno |
int | count |
int | totalsize |
Definition at line 94 of file ckmulticast.C.
mCastPacket::mCastPacket | ( | CkSectionInfo & | _cookie, | |
int | _offset, | |||
int | _n, | |||
char * | _d, | |||
int | _s, | |||
int | _c, | |||
int | _t | |||
) | [inline] |
Definition at line 104 of file ckmulticast.C.
std::vector<char> mCastPacket::data |