More corrections. Now everything is ready for real tests
diff --git a/utils/load-stats.h b/utils/load-stats.h
index a9f2e5f..0b03ce5 100644
--- a/utils/load-stats.h
+++ b/utils/load-stats.h
@@ -32,6 +32,8 @@
 public:
   typedef boost::tuple<double, double, double> stats_tuple;
 
+  static const double PRECISION;
+
   LoadStats ();
   
   void
@@ -59,8 +61,8 @@
   uint32_t counter_;
 
   double avg1_;
-  double avg5_;
-  double avg15_;
+  double avg2_;
+  double avg3_;
 
   friend std::ostream &
   operator << (std::ostream &os, const LoadStats &stats);