Open Lighting Architecture  0.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
ola::io::IOVec Struct Reference

Detailed Description

Portable structure for scatter/gather data. This is binary compatible to iovec on *nix. On Windows, this needs to be converted to WSABUF for socket operations.

Public Attributes

void * iov_base
 
size_t iov_len
 

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