]> arthur.barton.de Git - netdata.git/blobdiff - src/rrd.h
move machine_guid from registry to rrdhost
[netdata.git] / src / rrd.h
index 4b96a47d3ef922bf509e4205d68c5808ba016401..e1f312a70c1b1f297922562db3dfff79d22c183f 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -297,6 +297,7 @@ struct rrdhost {
     avl avl;
 
     char *hostname;
+    char machine_guid[GUID_LEN + 1];
 
     RRDSET *rrdset_root;
     pthread_rwlock_t rrdset_root_rwlock;