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

Public Attributes

pipe_tbind_pipe
 
pipe_tconnect_pipe
 
endpoint_t endpoint
 

Detailed Description

Definition at line 138 of file ctx.hpp.

Member Data Documentation

pipe_t* zmq::ctx_t::pending_connection_t::bind_pipe

Definition at line 142 of file ctx.hpp.

Referenced by zmq::ctx_t::connect_inproc_sockets().

pipe_t* zmq::ctx_t::pending_connection_t::connect_pipe

Definition at line 141 of file ctx.hpp.

Referenced by zmq::ctx_t::connect_inproc_sockets().

endpoint_t zmq::ctx_t::pending_connection_t::endpoint

Definition at line 140 of file ctx.hpp.

Referenced by zmq::ctx_t::connect_inproc_sockets().