UM C API  6.16
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
 Pointer to a segment of application data.
 
size_t iov_len
 Number of bytes in this segment.
 

Detailed Description

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

UM replacement for struct iovec for portability. See lbm_src_sendv(), lbm_src_sendv_ex(), etc.

See lbm_iovec_t_stct for field definitions.


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