#include <icinga.h>
Data Fields | |
int | event_type |
time_t | run_time |
int | recurring |
unsigned long | event_interval |
int | compensate_for_time_change |
void * | timing_func |
void * | event_data |
void * | event_args |
int | event_options |
timed_event_struct * | next |
timed_event_struct * | prev |
void* event_args |
void* event_data |
unsigned long event_interval |
int event_options |
int event_type |
struct timed_event_struct* next |
struct timed_event_struct* prev |
int recurring |
time_t run_time |
void* timing_func |