]> arthur.barton.de Git - netdata.git/blobdiff - src/rrd.h
added roles to receive email alarms
[netdata.git] / src / rrd.h
index 108df0ce71d649e1626c7f33665bb51125909d56..92a65fe8a7beb77a54032480f12cf54390e4b541 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -310,6 +310,7 @@ struct rrdhost {
 };
 typedef struct rrdhost RRDHOST;
 extern RRDHOST localhost;
+extern void rrdhost_init(char *hostname);
 
 #ifdef NETDATA_INTERNAL_CHECKS
 #define rrdhost_check_wrlock(host) rrdhost_check_wrlock_int(host, __FILE__, __FUNCTION__, __LINE__)