chiark
/
gitweb
/
~ian
/
innduct.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4364e1a
)
bugfix: convert stats_log_periods to periods
author
Ian Jackson
<ian@chiark.greenend.org.uk>
Tue, 1 Jun 2010 10:54:38 +0000
(11:54 +0100)
committer
Ian Jackson
<ian@chiark.greenend.org.uk>
Tue, 1 Jun 2010 10:54:38 +0000
(11:54 +0100)
duct.c
patch
|
blob
|
history
diff --git
a/duct.c
b/duct.c
index a7c487228fdae5a57500bf9266f75e372d0345d9..2ea2d4afbd59d80313af2763efb5bef517a0b9c3 100644
(file)
--- 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)