X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fhugepages.c;h=9515046029406fd6ad1b06639a00aebc3d341bc1;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=29a7f9e0ace362d7f04085676053008f1e5845ed;hpb=ca6d2f62d82ba4d07d6f266e3abbe1c0230d2f5a;p=collectd.git diff --git a/src/hugepages.c b/src/hugepages.c index 29a7f9e0..95150460 100644 --- a/src/hugepages.c +++ b/src/hugepages.c @@ -35,12 +35,12 @@ static const char g_plugin_name[] = "hugepages"; -static _Bool g_flag_rpt_numa = 1; -static _Bool g_flag_rpt_mm = 1; +static bool g_flag_rpt_numa = 1; +static bool g_flag_rpt_mm = 1; -static _Bool g_values_pages = 1; -static _Bool g_values_bytes = 0; -static _Bool g_values_percent = 0; +static bool g_values_pages = 1; +static bool g_values_bytes = 0; +static bool g_values_percent = 0; #define HP_HAVE_NR 0x01 #define HP_HAVE_SURPLUS 0x02