structure that holds the global mio data More...
#include <jabberd.h>
Data Fields | |
| pool | p |
| mio | master__list |
| pth_t | t |
| int | shutdown |
| int | zzz [2] |
| int | zzz_active |
| struct karma * | k |
| int | rate_t |
| int | rate_p |
| char const * | bounce_uri |
| char const * | webserver_path |
| char const * | flash_policy |
structure that holds the global mio data
MIO internal use only
| char const* mio_main_st::bounce_uri |
where to bounce HTTP requests to
Referenced by _mio_xml_parser(), and mio_init().
| char const* mio_main_st::flash_policy |
location of the flash policy file
Referenced by _mio_xml_parser(), and mio_init().
| struct karma* mio_main_st::k |
default karma
Referenced by mio_init(), and mio_new().
a list of all the sockets
Referenced by mio_stop().
(memory-)pool to hold this data
Referenced by mio_init(), and mio_stop().
default rate, if any
Referenced by mio_init(), and mio_new().
Referenced by mio_init(), and mio_new().
flag that the select loop can be left (if value is 1)
Referenced by mio_stop().
| pth_t mio_main_st::t |
a pointer to thread for signaling
Referenced by mio_init(), and mio_stop().
| char const* mio_main_st::webserver_path |
location where small HTTP requests are handled from
Referenced by _mio_xml_parser(), and mio_init().
| int mio_main_st::zzz[2] |
pipe used to send signals to the select loop
Referenced by mio_close(), mio_init(), mio_new(), and mio_write().
if set to something else then 1, there has been sent a signal already, that is not yet processed
Referenced by mio_close(), mio_new(), and mio_write().
1.6.3