X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fhugepages.c;h=adfc5bb4d92034e249d3e17e53a0e8f53493a876;hp=23db25bfdb6f129a5609c368ad0b4a9a9f4d3a1e;hb=4e89060ceb1a14ec7f9abfe9caa6b0da7e76bd5c;hpb=f25d207699e013bb47c0083fe56b8358a98f6f4d diff --git a/src/hugepages.c b/src/hugepages.c index 23db25bf..adfc5bb4 100644 --- a/src/hugepages.c +++ b/src/hugepages.c @@ -35,10 +35,10 @@ 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 = true; +static bool g_flag_rpt_mm = true; -static bool g_values_pages = 1; +static bool g_values_pages = true; static bool g_values_bytes; static bool g_values_percent;