--- nagios/downtime.h.orig 2013-03-04 22:48:41.000000000 +1100 +++ nagios/downtime.h 2015-03-19 12:15:09.000000000 +1100 @@ -42,16 +42,18 @@ char *service_description; time_t entry_time; time_t start_time; + time_t flex_downtime_start; time_t end_time; int fixed; unsigned long triggered_by; unsigned long duration; unsigned long downtime_id; + int is_in_effect; + int start_notification_sent; char *author; char *comment; #ifdef NSCORE unsigned long comment_id; - int is_in_effect; int start_flex_downtime; int incremented_pending_downtime; #endif