LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The struct for network status. More...
#include <lci.hpp>
Public Attributes | |
net_opcode_t | opcode |
int | rank |
void * | user_context |
size_t | length |
net_imm_data_t | imm_data |
The struct for network status.
A network status is used to describe a completed network communication operation.
net_imm_data_t lci::net_status_t::imm_data |
size_t lci::net_status_t::length |
net_opcode_t lci::net_status_t::opcode |
int lci::net_status_t::rank |
void* lci::net_status_t::user_context |