#include <timeout.h>
Definition at line 23 of file timeout.h.
Data Fields | |
| void(* | code )(Timeout *) |
| void * | data |
| Timeout * | next |
| Timeout * | prev |
| int | repeat |
| time_t | settime |
| time_t | timeout |
| void(* timeout_::code)(Timeout *) |
Referenced by add_timeout(), and check_timeouts().
| void* timeout_::data |
Definition at line 24 of file timeout.h.
Referenced by add_timeout(), check_timeouts(), and del_timeout().
Definition at line 24 of file timeout.h.
Referenced by add_timeout(), check_timeouts(), and del_timeout().
| int timeout_::repeat |
| time_t timeout_::settime |
| time_t timeout_::timeout |
1.5.1-20070107