Crashpad
|
A version of iovec
with a const
iov_base field.
More...
#include "util/file/file_writer.h"
Public Attributes | |
const void * | iov_base |
The base address of a memory region for output. | |
size_t | iov_len |
The size of the memory pointed to by iov_base. | |
A version of iovec
with a const
iov_base field.
This structure is intended to be used for write operations.