|
jabberd14 1.6.2
|
internal structure holding data of the destination where we connect to More...
Data Fields | |
| pool | p |
| char * | ip |
| int | port |
| mio_std_cb | cb |
| void * | cb_arg |
| mio_handlers | mh |
| pth_t | t |
| int | connected |
internal structure holding data of the destination where we connect to
callback function that should be notified on the new connection
Referenced by mio_connect().
| void* mio_connect_st::cb_arg |
argument that should be passed to the callback function
Referenced by mio_connect().
flag if the socket is connected
| char* mio_connect_st::ip |
IP address where to connect to
Referenced by mio_connect().
mio internal handlers for different events, used to switch between raw and TLS-protected connections, XML streams or byte streams
Referenced by mio_connect().
(memory-)pool to hold this data
Referenced by mio_connect().
port where to connect to
Referenced by mio_connect().
| pth_t mio_connect_st::t |
thread for this connection
Referenced by mio_connect().
1.7.4