|
Libevent Code Doxygen document
|
#include <buffer.h>
Public Attributes | |
| void * | iov_base |
| size_t | iov_len |
Describes a single extent of memory inside an evbuffer. Used for direct-access functions.
| void* evbuffer_iovec::iov_base |
The start of the extent of memory.
| size_t evbuffer_iovec::iov_len |
The length of the extent of memory.