diff options
| -rw-r--r-- | foostats.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/foostats.pl b/foostats.pl index a27fff8..2775fff 100644 --- a/foostats.pl +++ b/foostats.pl @@ -364,3 +364,8 @@ package main { replicate $stats_dir, $partner_node if $replicate; pretty_print $stats_dir if $pretty_print; } + +# TODO NEXT: +# 1) Implement replicator +# 2) Also merge the results +# 3) Write out a nice output from each merged file |
