ioloop-private.h revision bd3f036fda5cf08d7b23e2681ecc759ad71843f5
d1eec04fac1f40f4d8f4c84f7f90ef6944495418Timo Sirainen struct ioloop_handler_context *handler_context;
d1eec04fac1f40f4d8f4c84f7f90ef6944495418Timo Sirainen struct ioloop_notify_handler_context *notify_handler_context;
8b2cf1c1bd8ddcea0525b62fd35ba76e136828a1Timo Sirainen io_loop_time_moved_callback_t *time_moved_callback;
struct io {
const char *source_filename;
unsigned int source_linenum;
bool pending;
void *context;
struct io_file {
int refcount;
int fd;
struct timeout {
const char *source_filename;
unsigned int source_linenum;
unsigned int msecs;
void *context;
struct ioloop_context_callback {
void *context;
bool activated;
struct ioloop_context {
int refcount;