X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Ffhcount.c;h=1e84efa914963d40f4e7d8fa24d5d09a56b695d2;hp=97f0438c94f024fb4f526fef7130f38bdf5a1c18;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hpb=b34cd94ec5b8b46fb0610c020c49f20e6d3980a8 diff --git a/src/fhcount.c b/src/fhcount.c index 97f0438c..1e84efa9 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 = 0; static int fhcount_config(const char *key, const char *value) { int ret = -1;