20 lines
409 B
C
20 lines
409 B
C
int update_service_status(service *svc, int aggregated_dump)
|
|
{ return OK; }
|
|
|
|
int update_host_status(host *hst, int aggregated_dump)
|
|
{ return OK; }
|
|
|
|
int update_contact_status(contact *cntct, int aggregated_dump)
|
|
{ return OK; }
|
|
|
|
int update_all_status_data(void)
|
|
{ return OK; }
|
|
|
|
|
|
#if !(defined(TEST_CHECKS_C) || defined(TEST_EVENTS_C))
|
|
|
|
int update_program_status(int aggregated_dump)
|
|
{ return OK; }
|
|
|
|
#endif
|