|
pazpar2
1.14.1
|
Data Fields | |
| IOCHAN | channel_list |
| sel_thread_t | sel_thread |
| int | sel_fd |
| int | no_threads |
| int | log_level |
| YAZ_MUTEX | iochan_mutex |
| int | size_fds |
| int | limit_fd |
| struct yaz_poll_fd * | fds |
| IOCHAN iochan_man_s::channel_list |
Definition at line 102 of file eventl.c.
Referenced by event_loop(), iochan_add(), iochan_man_create(), and iochan_man_events().
| struct yaz_poll_fd* iochan_man_s::fds |
Definition at line 110 of file eventl.c.
Referenced by event_loop(), and iochan_man_create().
| YAZ_MUTEX iochan_man_s::iochan_mutex |
Definition at line 107 of file eventl.c.
Referenced by event_loop(), iochan_add(), and iochan_man_create().
| int iochan_man_s::limit_fd |
Definition at line 109 of file eventl.c.
Referenced by iochan_add(), and iochan_man_create().
| int iochan_man_s::log_level |
Definition at line 106 of file eventl.c.
Referenced by event_loop(), iochan_add(), iochan_man_create(), iochan_man_events(), run_fun(), and work_handler().
| int iochan_man_s::no_threads |
Definition at line 105 of file eventl.c.
Referenced by iochan_man_create(), and iochan_man_events().
| int iochan_man_s::sel_fd |
Definition at line 104 of file eventl.c.
Referenced by event_loop(), iochan_man_create(), and iochan_man_events().
| sel_thread_t iochan_man_s::sel_thread |
Definition at line 103 of file eventl.c.
Referenced by event_loop(), iochan_man_create(), iochan_man_events(), and run_fun().
| int iochan_man_s::size_fds |
Definition at line 108 of file eventl.c.
Referenced by event_loop(), and iochan_man_create().