Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key()' support
[senf.git] / senf / Utils / StatisticsTargets.ih
index 54c5d00..c43de90 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2009 
+// Copyright (C) 2009
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
@@ -45,7 +45,7 @@ namespace detail {
         : public senf::singleton<StatisticsLoggerRegistry>
     {
     public:
-        typedef void (*AddFn)(senf::StatisticsBase &, unsigned, 
+        typedef void (*AddFn)(senf::StatisticsBase &, unsigned,
                               senf::console::DirectoryNode &);
 
         using senf::singleton<StatisticsLoggerRegistry>::instance;
@@ -65,8 +65,8 @@ namespace detail {
         : boost::noncopyable
     {
         StatisticsLogger(std::string const & label_);
-        void operator()(float min, float avg, float max);
-        
+        void operator()(float min, float avg, float max, float dev);
+
         std::string label;
     };