UM C API  6.12.1
lbm_iovec_t_stct Struct Reference

Structure, struct iovec compatible, that holds information about buffers used for vectored sends. More...

#include <lbm.h>

Data Fields

char * iov_base
 
size_t iov_len
 

Detailed Description

Structure, struct iovec compatible, that holds information about buffers used for vectored sends.

UM replacement for struct iovec for portability.

See lbm_iovec_t_stct for field definitions.

Field Documentation

char* lbm_iovec_t_stct::iov_base

Pointer to a segment of application data

size_t lbm_iovec_t_stct::iov_len

Number of bytes in this segment


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