X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Futils_rrdcreate.h;h=b2277e7598f977375b1e46197fbf5ee61a746057;hp=d5f9a12a1fc50185a40f775e0822df1bbb66d57b;hb=06a86a60a7dabc685bdbd81ce3d36ea5f7e2c2d4;hpb=786a6be461cf58ef2b8c57974cad2a79ba2ee82c diff --git a/src/utils_rrdcreate.h b/src/utils_rrdcreate.h index d5f9a12a..b2277e75 100644 --- a/src/utils_rrdcreate.h +++ b/src/utils_rrdcreate.h @@ -43,7 +43,7 @@ struct rrdcreate_config_s { char **consolidation_functions; size_t consolidation_functions_num; - _Bool async; + bool async; }; typedef struct rrdcreate_config_s rrdcreate_config_t;