Information about probed tag message. More...
#include <typedefs.h>
Public Member Functions | |
TagRecvInfo (const ucp_tag_recv_info_t &info) | |
Construct a TagRecvInfo object from a UCP tag receive info structure. More... | |
Public Attributes | |
Tag | senderTag |
Sender tag. | |
size_t | length |
The size of the received data. | |
Information about probed tag message.
Contains information returned when probing by a tag message received by the worker but not yet consumed.
|
explicit |
Construct a TagRecvInfo object from a UCP tag receive info structure.
[in] | info | The UCP tag receive info structure containing the sender tag and received data length. |