#include <idxl.h>
Public Member Functions | |
void | allocate (int len) |
void * | getBuf (void) |
Data Fields | |
sto_t * | sto |
int | ll |
Private Attributes | |
CkVec< char > | buf |
Definition at line 55 of file idxl.h.
void IDXL_Comm::msg_t::allocate | ( | int | len | ) | [inline] |
Definition at line 60 of file idxl.h.
References buf, and CkVec< T >::resize().
Referenced by IDXL_Comm::post().
void* IDXL_Comm::msg_t::getBuf | ( | void | ) | [inline] |
Definition at line 63 of file idxl.h.
References buf.
Referenced by IDXL_Comm::post(), and IDXL_Comm::wait().
CkVec<char> IDXL_Comm::msg_t::buf [private] |