]> arthur.barton.de Git - netdata.git/blobdiff - src/appconfig.h
Merge branch 'master' into ab-debian
[netdata.git] / src / appconfig.h
index 15bba80786e8f5c353183f093d6f91ff378ad7a6..45cc8cfd5215d18303abbb407091a58998db3379 100644 (file)
@@ -18,7 +18,7 @@
 
 struct config {
     struct section *sections;
-    pthread_mutex_t mutex;
+    netdata_mutex_t mutex;
     avl_tree_lock index;
 };