diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-26 18:05:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-26 18:05:10 +0000 |
commit | 34a0b66bc2d48223748ed1cf5bc1b305c396bd74 (patch) | |
tree | fbd36be86cc6bc4288fe627f2b5beada569848bb /health/health.h | |
parent | Adding upstream version 1.32.1. (diff) | |
download | netdata-34a0b66bc2d48223748ed1cf5bc1b305c396bd74.tar.xz netdata-34a0b66bc2d48223748ed1cf5bc1b305c396bd74.zip |
Adding upstream version 1.33.0.upstream/1.33.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 09040b3a8..323279bac 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); |