
Public Types | |
| enum | { REGISTER, LISTEN, UNREGISTER, DESTROY, SET_TIMEOUT } |
Data Fields | |
| enum action:: { ... } | type |
| int | fd |
| int | mask |
| int | events |
| fdset_callback_t * | callback |
| void * | data |
| long | timeout |
| List * | done |
|
|
Definition at line 142 of file fdset.c. 00142 { REGISTER, LISTEN, UNREGISTER, DESTROY, SET_TIMEOUT } type;
|
|
|
Definition at line 146 of file fdset.c. Referenced by action_create(), fdset_register(), and handle_action(). |
|
|
Definition at line 147 of file fdset.c. Referenced by action_create(), fdset_register(), and handle_action(). |
|
|
Definition at line 151 of file fdset.c. Referenced by action_create(), action_destroy(), handle_action(), and submit_action(). |
|
|
Definition at line 145 of file fdset.c. Referenced by action_create(), fdset_listen(), fdset_register(), and handle_action(). |
|
|
Definition at line 143 of file fdset.c. Referenced by action_create(), fdset_listen(), fdset_register(), fdset_unregister(), and handle_action(). |
|
|
Definition at line 144 of file fdset.c. Referenced by action_create(), fdset_listen(), and handle_action(). |
|
|
Definition at line 148 of file fdset.c. Referenced by fdset_set_timeout(), and handle_action(). |
|
|
Referenced by action_create(), and handle_action(). |