]> arthur.barton.de Git - netdata.git/blobdiff - src/common.h
added allmetrics API call to return JSON data; fixes #1910
[netdata.git] / src / common.h
index 5b9b65b034e905d74649e77227e1994b70ce1653..f53cc5571f2206e705ce6528ab5bfc0c3389256f 100644 (file)
 #define NETDATA_OS_TYPE "linux"
 #endif /* __FreeBSD__, __APPLE__*/
 
-#include "plugin_tc.h"
-#include "plugins_d.h"
 #include "socket.h"
 #include "eval.h"
 #include "health.h"
 #include "rrd.h"
+#include "plugin_tc.h"
+#include "plugins_d.h"
 #include "rrd2json.h"
+#include "rrd2json_api_old.h"
 #include "web_client.h"
 #include "web_server.h"
 #include "registry.h"
 #include "backends.h"
 #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;