nagios4/t-tap/stub_statusdata.c

9 lines
396 B
C
Raw Normal View History

2017-05-19 22:22:40 +02:00
/* Stub for common/statusdata.c */
int update_service_status(service *svc, int aggregated_dump) {}
2017-05-19 23:37:19 +02:00
int update_host_status(host *hst, int aggregated_dump) { return OK; }
#if !(defined(TEST_CHECKS_C) || defined(TEST_EVENTS_C))
2017-05-19 22:22:40 +02:00
int update_program_status(int aggregated_dump) {}
2017-05-19 23:37:19 +02:00
#endif
2017-05-19 22:22:40 +02:00
int update_contact_status(contact *cntct, int aggregated_dump) {}
2017-05-19 23:37:19 +02:00
int update_all_status_data(void) { return OK; }