#include <stuff.h>
Data Fields | |
| timer * | next |
| char * | name |
| plugin_t * | plugin |
| timeval | ends |
| unsigned int | period |
| int(* | function )(int, void *) |
| void * | data |
| unsigned int | persist: 1 |
| unsigned int | at: 1 |
| unsigned int | is_session: 1 |
| timer * | next |
| char * | name |
| plugin_t * | plugin |
| timeval | ends |
| void * | data |
| struct timer* timer::next |
| char* timer::name |
| struct timeval timer::ends |
| unsigned int timer::period |
| int(* timer::function)(int, void *) |
| void* timer::data |
| unsigned int timer::persist |
| unsigned int timer::at |
| unsigned int timer::is_session |
| struct timer* timer::next |
| char* timer::name |
| struct timeval timer::ends |
| void* timer::data |
1.5.1