design_pattern_for_c
V 1.00
|
Data Fields | |
EventSelectHandler | head |
EventSelectHandler | tail |
event_select_fds_t | storefds |
event_select_fds_t | waitfds |
int | maxfd |
struct timeval | timeout |
struct timeval | use_timeout |
int | is_stop |
int | is_updated |
Definition at line 34 of file event_if_select.c.
EventSelectHandler head |
Definition at line 36 of file event_if_select.c.
int is_stop |
Definition at line 43 of file event_if_select.c.
int is_updated |
Definition at line 44 of file event_if_select.c.
int maxfd |
Definition at line 40 of file event_if_select.c.
event_select_fds_t storefds |
Definition at line 38 of file event_if_select.c.
EventSelectHandler tail |
Definition at line 37 of file event_if_select.c.
struct timeval timeout |
Definition at line 41 of file event_if_select.c.
struct timeval use_timeout |
Definition at line 42 of file event_if_select.c.
event_select_fds_t waitfds |
Definition at line 39 of file event_if_select.c.