design_pattern_for_c  V 1.00
event_epoll_t Struct Reference

Data Fields

int epfd
 
int maxevents
 
int curevent_cnt
 
int is_stop
 

Detailed Description

Definition at line 12 of file event_if_epoll.c.

Field Documentation

◆ curevent_cnt

int curevent_cnt

Definition at line 15 of file event_if_epoll.c.

◆ epfd

int epfd

Definition at line 13 of file event_if_epoll.c.

◆ is_stop

int is_stop

Definition at line 16 of file event_if_epoll.c.

◆ maxevents

int maxevents

Definition at line 14 of file event_if_epoll.c.


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