#include <downtime.h>
Data Fields | |
int | type |
char * | host_name |
char * | service_description |
time_t | entry_time |
time_t | start_time |
time_t | end_time |
int | fixed |
unsigned long | triggered_by |
unsigned long | duration |
unsigned long | downtime_id |
char * | author |
char * | comment |
int | is_in_effect |
scheduled_downtime_struct * | next |
char* author |
char* comment |
unsigned long downtime_id |
unsigned long duration |
time_t end_time |
time_t entry_time |
int fixed |
char* host_name |
int is_in_effect |
struct scheduled_downtime_struct* next |
char* service_description |
time_t start_time |
unsigned long triggered_by |
int type |