CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
BufIov Struct Reference

#include <buffer.h>

Data Fields

void * data
 Pointer to the start of this region.
 
size_t len
 Number of valid bytes in this region.
 

Detailed Description

Platform-neutral scatter/gather vector.

Describes a single contiguous region of memory as part of a vectored I/O operation. This is not the same layout as the OS's own type (struct iovec on Unix, WSABUF on Windows) – translate into the platform's array immediately before the syscall that needs it.

See also
bufchainGatherIov

Definition at line 48 of file buffer.h.


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