X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_rrdcreate.h;h=b2277e7598f977375b1e46197fbf5ee61a746057;hb=c52bf8e528e82b792bc4cf71a51b73d9f8c6602d;hp=d5f9a12a1fc50185a40f775e0822df1bbb66d57b;hpb=1035fba8812893e50d00a871e3399cc1ece3b384;p=collectd.git 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;