UM C API
6.16.1
|
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. | |
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.