X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fappconfig.h;h=45cc8cfd5215d18303abbb407091a58998db3379;hb=8679670bdbe3c5928ec2e266d9c72e1a758fdf37;hp=cf41fb3fb17160b3a5e2978d7353033075c6911a;hpb=299a229c67fc74730317a4cf9a066de14ccf102c;p=netdata.git diff --git a/src/appconfig.h b/src/appconfig.h index cf41fb3f..45cc8cfd 100644 --- a/src/appconfig.h +++ b/src/appconfig.h @@ -4,7 +4,7 @@ #define CONFIG_FILENAME "netdata.conf" #define CONFIG_SECTION_GLOBAL "global" -#define CONFIG_SECTION_API "api" +#define CONFIG_SECTION_WEB "web" #define CONFIG_SECTION_PLUGINS "plugins" #define CONFIG_SECTION_REGISTRY "registry" #define CONFIG_SECTION_HEALTH "health" @@ -18,7 +18,7 @@ struct config { struct section *sections; - pthread_mutex_t mutex; + netdata_mutex_t mutex; avl_tree_lock index; };