libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
iovec Struct Reference
Collaboration diagram for iovec:

Public Attributes

void * iov_base
 
size_t iov_len
 

Detailed Description

Definition at line 57 of file zmq.cpp.

Member Data Documentation

void * iovec::iov_base

Definition at line 58 of file zmq.cpp.

Referenced by do_check(), zmq_recviov(), and zmq_sendiov().

size_t iovec::iov_len

Definition at line 59 of file zmq.cpp.

Referenced by do_check(), zmq_recviov(), and zmq_sendiov().