X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fappconfig.h;h=45cc8cfd5215d18303abbb407091a58998db3379;hb=097267581b18fe7de21c077f583b22d16a9ab662;hp=15bba80786e8f5c353183f093d6f91ff378ad7a6;hpb=78e548c50a24e6195c687d0422e5ac095204c57e;p=netdata.git diff --git a/src/appconfig.h b/src/appconfig.h index 15bba807..45cc8cfd 100644 --- a/src/appconfig.h +++ b/src/appconfig.h @@ -18,7 +18,7 @@ struct config { struct section *sections; - pthread_mutex_t mutex; + netdata_mutex_t mutex; avl_tree_lock index; };