libevent
Data Fields
evbuffer_iovec Struct Reference

Describes a single extent of memory inside an evbuffer. More...

#include <buffer.h>

Data Fields

void * iov_base
 The start of the extent of memory. More...
 
size_t iov_len
 The length of the extent of memory. More...
 

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

Field 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: