ELinks 0.16.1.1
|
#include <timer.h>
Data Fields | |
void * | magic1 |
struct timer * | next |
struct timer * | prev |
void * | magic2 |
timeval_T | interval |
void(* | func )(void *) |
void * | data |
void* timer::data |
void(* timer::func) (void *) |
timeval_T timer::interval |
void* timer::magic1 |
void* timer::magic2 |
struct timer* timer::next |
struct timer* timer::prev |