X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmic.c;h=b65679e7da226ada84f166c7ccbe2094bafd44aa;hb=4e89060ceb1a14ec7f9abfe9caa6b0da7e76bd5c;hp=3f9521d8ab7bcf7efb672a5688db367c0c5cc235;hpb=4eca75de34e9c3d7f2391b9c7a5951a27a713804;p=collectd.git diff --git a/src/mic.c b/src/mic.c index 3f9521d8..b65679e7 100644 --- a/src/mic.c +++ b/src/mic.c @@ -50,12 +50,12 @@ static const char *config_keys[] = { "ShowPower", "Power", "IgnoreSelectedPower"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); -static _Bool show_cpu = 1; -static _Bool show_cpu_cores = 1; -static _Bool show_memory = 1; -static _Bool show_temps = 1; +static bool show_cpu = true; +static bool show_cpu_cores = true; +static bool show_memory = true; +static bool show_temps = true; static ignorelist_t *temp_ignore = NULL; -static _Bool show_power = 1; +static bool show_power = true; static ignorelist_t *power_ignore = NULL; static int mic_init(void) {