|
design_pattern_for_c
V 1.00
|
Data Fields | |
| int | epfd |
| int | maxevents |
| int | curevent_cnt |
| int | is_stop |
Definition at line 12 of file event_if_epoll.c.
| int curevent_cnt |
Definition at line 15 of file event_if_epoll.c.
| int epfd |
Definition at line 13 of file event_if_epoll.c.
| int is_stop |
Definition at line 16 of file event_if_epoll.c.
| int maxevents |
Definition at line 14 of file event_if_epoll.c.