X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_rrdcreate.h;h=b2277e7598f977375b1e46197fbf5ee61a746057;hb=b6ec15f38e5b9326080dcc30932c6c0b92d8f6e5;hp=d5f9a12a1fc50185a40f775e0822df1bbb66d57b;hpb=464c89681dae3bdf9b30470469161da6ac5aeb37;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;