]> arthur.barton.de Git - netdata.git/blobdiff - src/dictionary.h
Merge pull request #1952 from ktsaou/master
[netdata.git] / src / dictionary.h
index 6bebbfa857083d08722493bdc0150822bf336a22..f028dbb30e39f81b182e993237d243bac0f4557c 100644 (file)
@@ -24,7 +24,7 @@ typedef struct dictionary {
     uint8_t flags;
 
     struct dictionary_stats *stats;
-    pthread_rwlock_t *rwlock;
+    netdata_rwlock_t *rwlock;
 } DICTIONARY;
 
 #define DICTIONARY_FLAG_DEFAULT                 0x00000000