jabberd14 1.6.2
Data Fields
mio_connect_st Struct Reference

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

Detailed Description

internal structure holding data of the destination where we connect to


Field Documentation

callback function that should be notified on the new connection

Referenced by mio_connect().

argument that should be passed to the callback function

Referenced by mio_connect().

flag if the socket is connected

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().

thread for this connection

Referenced by mio_connect().


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