Libevent Code Doxygen document
Public Attributes | List of all members
evbuffer_iovec Struct Reference

#include <buffer.h>

Public Attributes

void * iov_base
 
size_t iov_len
 

Detailed Description

Describes a single extent of memory inside an evbuffer. Used for direct-access functions.

See also
evbuffer_reserve_space, evbuffer_commit_space, evbuffer_peek

Member Data Documentation

◆ iov_base

void* evbuffer_iovec::iov_base

The start of the extent of memory.

◆ iov_len

size_t evbuffer_iovec::iov_len

The length of the extent of memory.


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