optimize operation signal
[anna.git] / include / anna / diameter.comm / Server.hpp
index 15c29de..69f5e80 100644 (file)
@@ -73,8 +73,8 @@ class Server {
   // Statistics
   int a_processing_time__StatisticConceptId;
   int a_received_message_size__StatisticConceptId;
-  anna::statistics::Accumulator a_statisticsAccumulator;
-  void initializeStatisticConcepts() throw();
+  anna::statistics::Accumulator *a_statisticsAccumulator;
+  void initializeStatisticResources() throw();
   void resetStatistics() throw();
 
   // Availability
@@ -331,4 +331,3 @@ protected:
 }
 
 #endif
-