MySQL 9.0.0
Source Code Documentation
io_vec Struct Reference

Represents the packet to be sent on wire asynchronously. More...

#include <mysql_async.h>

Public Attributes

void * iov_base
 Starting address. More...
 
size_t iov_len
 Number of bytes to transfer. More...
 

Detailed Description

Represents the packet to be sent on wire asynchronously.

Member Data Documentation

◆ iov_base

void* io_vec::iov_base

Starting address.

◆ iov_len

size_t io_vec::iov_len

Number of bytes to transfer.


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