OpenAtom
Version1.5a
|
Reply from data receiver to the data sender indicating completion of setup on the receiver side. More...
#include <RDMAMessages.h>
Public Member Functions | |
RDMASetupConfirmationMsg (const tokenType tkn, const rdmaHandleType hndl) | |
tokenType | token () const |
rdmaHandleType | handle () const |
Private Attributes | |
tokenType | handshakeToken |
rdmaHandleType | ourHandle |
Friends | |
std::ostream & | operator<< (std::ostream &out, const RDMASetupConfirmationMsg< tokenType > &obj) |
Stream inserter. Note: not a member function. | |
Reply from data receiver to the data sender indicating completion of setup on the receiver side.
Definition at line 24 of file CP_State_GSpacePlane.h.