From: Ian Jackson Date: Tue, 1 Jun 2010 10:54:38 +0000 (+0100) Subject: bugfix: convert stats_log_periods to periods X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ab1afc64af3dcde9c7c2fcfd1351d4eb9987d7a7;hp=4364e1afeb2b7210b8a3ed4581cc490b4f9f564e;p=innduct.git bugfix: convert stats_log_periods to periods --- diff --git a/duct.c b/duct.c index a7c4872..2ea2d4a 100644 --- a/duct.c +++ b/duct.c @@ -478,6 +478,7 @@ int main(int argc, char **argv) { convert_to_periods_rndup(&spontaneous_flush_periods); convert_to_periods_rndup(&max_separated_periods); convert_to_periods_rndup(&need_activity_periods); + convert_to_periods_rndup(&stats_log_periods); convert_to_periods_rndup(&lowvol_periods); if (max_bad_data_ratio < 0 || max_bad_data_ratio > 100)