LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches
lci::net_status_t Struct Reference

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
 

Detailed Description

The struct for network status.

A network status is used to describe a completed network communication operation.

Member Data Documentation

◆ imm_data

net_imm_data_t lci::net_status_t::imm_data

◆ length

size_t lci::net_status_t::length

◆ opcode

net_opcode_t lci::net_status_t::opcode

◆ rank

int lci::net_status_t::rank

◆ user_context

void* lci::net_status_t::user_context

The documentation for this struct was generated from the following file: