#include <objects.h>
Data Fields | |
int | dependency_type |
char * | dependent_host_name |
char * | dependent_service_description |
char * | host_name |
char * | service_description |
char * | dependency_period |
int | inherits_parent |
int | fail_on_ok |
int | fail_on_warning |
int | fail_on_unknown |
int | fail_on_critical |
int | fail_on_pending |
servicedependency_struct * | next |
servicedependency_struct * | nexthash |
char* dependency_period |
int dependency_type |
char* dependent_host_name |
int fail_on_critical |
int fail_on_ok |
int fail_on_pending |
int fail_on_unknown |
int fail_on_warning |
char* host_name |
int inherits_parent |
struct servicedependency_struct* next |
struct servicedependency_struct* nexthash |
char* service_description |