X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ffhcount.c;h=9e74dabd79a5582a7ce0c9c7fb5e53ac44bb2a66;hb=f25d207699e013bb47c0083fe56b8358a98f6f4d;hp=97f0438c94f024fb4f526fef7130f38bdf5a1c18;hpb=22813e1a6a3d059efc67975893df985052661a7a;p=collectd.git diff --git a/src/fhcount.c b/src/fhcount.c index 97f0438c..9e74dabd 100644 --- a/src/fhcount.c +++ b/src/fhcount.c @@ -25,8 +25,8 @@ static const char *config_keys[] = {"ValuesAbsolute", "ValuesPercentage"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); -static _Bool values_absolute = 1; -static _Bool values_percentage = 0; +static bool values_absolute = 1; +static bool values_percentage; static int fhcount_config(const char *key, const char *value) { int ret = -1;