|
YAZ 5.35.1
|
select/poll fd info More...
#include <poll.h>
Data Fields | |
| enum yaz_poll_mask | input_mask |
| enum yaz_poll_mask | output_mask |
| int | fd |
| void * | client_data |
| void* yaz_poll_fd::client_data |
| int yaz_poll_fd::fd |
file descriptor to use
Definition at line 56 of file poll.h.
Referenced by iochan_event_loop(), iochan_is_alive(), yaz_poll_select(), yaz_url_exec(), and ZOOM_event_sys_yaz_poll().
| enum yaz_poll_mask yaz_poll_fd::input_mask |
input mask passed to select/poll
Definition at line 52 of file poll.h.
Referenced by iochan_event_loop(), iochan_is_alive(), yaz_poll_select(), yaz_url_exec(), and ZOOM_event_sys_yaz_poll().
| enum yaz_poll_mask yaz_poll_fd::output_mask |
resulting mask as returned by select/poll
Definition at line 54 of file poll.h.
Referenced by iochan_event_loop(), yaz_poll_select(), and ZOOM_event_sys_yaz_poll().