Loading...
Searching...
No Matches
iovec Struct Reference

Structure for scatter/gather I/O. More...

Detailed Description

Structure for scatter/gather I/O.

Definition at line 33 of file uio.h.

#include <uio.h>

Data Fields

void * iov_base
 Pointer to data.
 
size_t iov_len
 Length of data.
 

Field Documentation

◆ iov_base

void* iovec::iov_base

Pointer to data.


Definition at line 34 of file uio.h.

◆ iov_len

size_t iovec::iov_len

Length of data.


Definition at line 35 of file uio.h.


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