|
YAZ 5.35.1
|
#include <eventl.h>
Data Fields | |
| int | fd |
| int | flags |
| int | force_event |
| IOC_CALLBACK | fun |
| void * | data |
| int | destroyed |
| time_t | last_event |
| time_t | max_idle |
| struct iochan * | next |
| int | chan_id |
| int iochan::chan_id |
Definition at line 61 of file eventl.h.
Referenced by control_association(), iochan_create(), and new_session().
| int iochan::destroyed |
Definition at line 56 of file eventl.h.
Referenced by iochan_create(), and iochan_event_loop().
| int iochan::fd |
Definition at line 47 of file eventl.h.
Referenced by iochan_create(), iochan_event_loop(), and iochan_is_alive().
| int iochan::flags |
Definition at line 48 of file eventl.h.
Referenced by iochan_create(), and iochan_event_loop().
| int iochan::force_event |
Definition at line 53 of file eventl.h.
Referenced by iochan_create(), and iochan_event_loop().
| IOC_CALLBACK iochan::fun |
Definition at line 54 of file eventl.h.
Referenced by iochan_create(), and iochan_event_loop().
| time_t iochan::last_event |
Definition at line 57 of file eventl.h.
Referenced by iochan_create(), and iochan_event_loop().
| time_t iochan::max_idle |
Definition at line 58 of file eventl.h.
Referenced by iochan_create(), and iochan_event_loop().
| struct iochan* iochan::next |
Definition at line 60 of file eventl.h.
Referenced by add_listener(), inetd_connection(), iochan_create(), iochan_event_loop(), new_session(), remove_listeners(), and statserv_closedown().