]> arthur.barton.de Git - netdata.git/blobdiff - src/common.h
detect duplicate hosts
[netdata.git] / src / common.h
index 240ab0d097b456d4b1f24861f0dff5a2eba2f38c..3d864f4244d6b31e2f1499ae2023baf432d601ce 100644 (file)
 #include "inlined.h"
 #include "adaptive_resortable_list.h"
 #include "rrdpush.h"
+#include "web_api_v1.h"
+#include "web_api_old.h"
 
+extern char *netdata_configured_hostname;
 extern char *netdata_configured_config_dir;
 extern char *netdata_configured_log_dir;
 extern char *netdata_configured_plugins_dir;
@@ -226,7 +229,6 @@ extern char *netdata_configured_cache_dir;
 extern char *netdata_configured_varlib_dir;
 extern char *netdata_configured_home_dir;
 extern char *netdata_configured_host_prefix;
-extern char *central_netdata_to_push_data;
 
 extern void netdata_fix_chart_id(char *s);
 extern void netdata_fix_chart_name(char *s);