|
OpenMPI
0.1.1
|
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... | |
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.
Referenced by evbuffer_commit_space(), evbuffer_peek(), and evbuffer_reserve_space().
| size_t evbuffer_iovec::iov_len |
The length of the extent of memory.
Referenced by evbuffer_commit_space(), evbuffer_peek(), and evbuffer_reserve_space().