design_pattern_for_c  V 1.00
event_select_t Struct Reference
Collaboration diagram for event_select_t:

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
 

Detailed Description

Definition at line 34 of file event_if_select.c.

Field Documentation

◆ head

Definition at line 36 of file event_if_select.c.

◆ is_stop

int is_stop

Definition at line 43 of file event_if_select.c.

◆ is_updated

int is_updated

Definition at line 44 of file event_if_select.c.

◆ maxfd

int maxfd

Definition at line 40 of file event_if_select.c.

◆ storefds

Definition at line 38 of file event_if_select.c.

◆ tail

Definition at line 37 of file event_if_select.c.

◆ timeout

struct timeval timeout

Definition at line 41 of file event_if_select.c.

◆ use_timeout

struct timeval use_timeout

Definition at line 42 of file event_if_select.c.

◆ waitfds

Definition at line 39 of file event_if_select.c.


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