LCI

LCI iovec, which is comprised of a piggyback buffer and multiple long buffers. More...

#include <lci.h>

Collaboration diagram for LCI_iovec_t:

Public Attributes

LCI_mbuffer_t piggy_back
 
LCI_lbuffer_tlbuffers
 
int count
 

Detailed Description

LCI iovec, which is comprised of a piggyback buffer and multiple long buffers.

The maximum number of long buffers is defined by LCI_IOVEC_SIZE.

The maximum size of the piggyback buffer depends on the number of long buffers and can be queried via LCI_get_iovec_piggy_back_size.

Member Data Documentation

◆ count

int LCI_iovec_t::count

◆ lbuffers

LCI_lbuffer_t* LCI_iovec_t::lbuffers

◆ piggy_back

LCI_mbuffer_t LCI_iovec_t::piggy_back

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