]> arthur.barton.de Git - netdata.git/blobdiff - src/health.h
dns_query_time plugin: replace "." with "_" in dimensions
[netdata.git] / src / health.h
index f8e2903234144d9b2eb823d2e0c3dd15ada323ab..7028a914b2581e0bb798a5fd1d77732d02021d3a 100644 (file)
@@ -334,7 +334,7 @@ typedef struct alarm_log {
     unsigned int count;
     unsigned int max;
     ALARM_ENTRY *alarms;
-    pthread_rwlock_t alarm_log_rwlock;
+    netdata_rwlock_t alarm_log_rwlock;
 } ALARM_LOG;
 
 #include "rrd.h"