X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdf.c;fp=src%2Fdf.c;h=7e4c715e02fec3c52ed4063b183c859d8c54ed38;hb=f25d207699e013bb47c0083fe56b8358a98f6f4d;hp=5c08ca4a145bdf91ccb514b3e36a7da4d0efd582;hpb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;p=collectd.git diff --git a/src/df.c b/src/df.c index 5c08ca4a..7e4c715e 100644 --- a/src/df.c +++ b/src/df.c @@ -55,10 +55,10 @@ static ignorelist_t *il_device = NULL; static ignorelist_t *il_mountpoint = NULL; static ignorelist_t *il_fstype = NULL; -static bool by_device = 0; -static bool report_inodes = 0; +static bool by_device; +static bool report_inodes; static bool values_absolute = 1; -static bool values_percentage = 0; +static bool values_percentage; static int df_init(void) { if (il_device == NULL)