summaryrefslogtreecommitdiffstats
path: root/daemon/daemon.h
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-04-18 18:17:03 +0300
committerGitHub <noreply@github.com>2019-04-18 18:17:03 +0300
commitca95332d55cf4aa825331f4f7c3e6645797a7415 (patch)
tree46c77c9a78a727d7b23592ff2008c6e719fcbce8 /daemon/daemon.h
parent4f64e8edbdb0d4b68b882aa34474a0156b6ba150 (diff)
Extend netdata info API call (#5889)
* Add array of collector plugins-modules to api/v1/info * Add system info to api/v1/info, collect data from separate script, use environment vars in anonymous statistics script
Diffstat (limited to 'daemon/daemon.h')
-rw-r--r--daemon/daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/daemon.h b/daemon/daemon.h
index b65d2daa17..5d176341a9 100644
--- a/daemon/daemon.h
+++ b/daemon/daemon.h
@@ -12,4 +12,5 @@ extern void send_statistics(const char *action, const char *action_result, const
extern char pidfile[];
+
#endif /* NETDATA_DAEMON_H */