X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fappconfig.h;h=45cc8cfd5215d18303abbb407091a58998db3379;hb=8679670bdbe3c5928ec2e266d9c72e1a758fdf37;hp=15bba80786e8f5c353183f093d6f91ff378ad7a6;hpb=5e362d7fafd11d6d582482565362169e25852fa9;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; };