| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
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 | 
| anonymous enum | 
| Enumerator | |
|---|---|
| REGISTER | |
| LISTEN | |
| UNREGISTER | |
| DESTROY | |
| SET_TIMEOUT | |
Definition at line 142 of file fdset.c.
| fdset_callback_t* action::callback | 
Definition at line 146 of file fdset.c.
Referenced by fdset_register(), and handle_action().
| void* action::data | 
Definition at line 147 of file fdset.c.
Referenced by fdset_register(), and handle_action().
| List* action::done | 
Definition at line 151 of file fdset.c.
Referenced by action_destroy(), handle_action(), and submit_action().
| int action::events | 
Definition at line 145 of file fdset.c.
Referenced by fdset_listen(), fdset_register(), and handle_action().
| int action::fd | 
Definition at line 143 of file fdset.c.
Referenced by fdset_listen(), fdset_register(), fdset_unregister(), find_entry(), and handle_action().
| int action::mask | 
Definition at line 144 of file fdset.c.
Referenced by fdset_listen(), and handle_action().
| long action::timeout | 
Definition at line 148 of file fdset.c.
Referenced by fdset_create_real(), fdset_set_timeout(), and handle_action().
| enum { ... } action::type | 
Referenced by handle_action().