X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flpar.c;h=367ebcdc7f53d067cd187c3018afec46d73bfb64;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=c4189b7d32ae035da5122cd36570a6eec05efe0a;hpb=084761bb8a360ac0f9e21ad43c82312676cc4a37;p=collectd.git diff --git a/src/lpar.c b/src/lpar.c index c4189b7d..367ebcdc 100644 --- a/src/lpar.c +++ b/src/lpar.c @@ -40,10 +40,10 @@ static const char *config_keys[] = {"CpuPoolStats", "ReportBySerial"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); -static _Bool pool_stats = 0; -static _Bool report_by_serial = 0; +static bool pool_stats = 0; +static bool report_by_serial = 0; #if PERFSTAT_SUPPORTS_DONATION -static _Bool donate_flag = 0; +static bool donate_flag = 0; #endif static char serial[SYS_NMLN];