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