X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flpar.c;fp=src%2Flpar.c;h=77e6d087daaa879df00be7a5b84411ca568ffae7;hb=f25d207699e013bb47c0083fe56b8358a98f6f4d;hp=367ebcdc7f53d067cd187c3018afec46d73bfb64;hpb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;p=collectd.git diff --git a/src/lpar.c b/src/lpar.c index 367ebcdc..77e6d087 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; +static bool report_by_serial; #if PERFSTAT_SUPPORTS_DONATION -static bool donate_flag = 0; +static bool donate_flag; #endif static char serial[SYS_NMLN];