pazpar2  1.14.1
Data Fields
iochan_man_s Struct Reference

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
 

Detailed Description

Definition at line 101 of file eventl.c.

Field Documentation

◆ channel_list

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().

◆ fds

struct yaz_poll_fd* iochan_man_s::fds

Definition at line 110 of file eventl.c.

Referenced by event_loop(), and iochan_man_create().

◆ iochan_mutex

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().

◆ limit_fd

int iochan_man_s::limit_fd

Definition at line 109 of file eventl.c.

Referenced by iochan_add(), and iochan_man_create().

◆ log_level

int iochan_man_s::log_level

◆ no_threads

int iochan_man_s::no_threads

Definition at line 105 of file eventl.c.

Referenced by iochan_man_create(), and iochan_man_events().

◆ sel_fd

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

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().

◆ size_fds

int iochan_man_s::size_fds

Definition at line 108 of file eventl.c.

Referenced by event_loop(), and iochan_man_create().


The documentation for this struct was generated from the following file: