diff options
Diffstat (limited to '')
-rw-r--r-- | health/health.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/health/health.h b/health/health.h index 09040b3a..323279ba 100644 --- a/health/health.h +++ b/health/health.h @@ -5,17 +5,6 @@ #include "daemon/common.h" -#define NETDATA_PLUGIN_HOOK_HEALTH \ - { \ - .name = "HEALTH", \ - .config_section = NULL, \ - .config_name = NULL, \ - .enabled = 1, \ - .thread = NULL, \ - .init_routine = NULL, \ - .start_routine = health_main \ - }, - extern unsigned int default_health_enabled; #define HEALTH_ENTRY_FLAG_PROCESSED 0x00000001 @@ -43,7 +32,6 @@ extern unsigned int default_health_enabled; extern char *silencers_filename; extern void health_init(void); -extern void *health_main(void *ptr); extern void health_reload(void); |