From 959fab0669dfc7c6714025e7d8fe91492555344e Mon Sep 17 00:00:00 2001
Message-Id: <959fab0669dfc7c6714025e7d8fe91492555344e.1348732807.git.ibell@...>
In-Reply-To: <b3579c20edd49597fd58e530be463611e61515f0.1348732807.git.ibell@...>
References: <b3579c20edd49597fd58e530be463611e61515f0.1348732807.git.ibell@...>
From: Ian Bell <ibell@...>
Date: Thu, 27 Sep 2012 08:44:41 +0100
Subject: [PATCH 2/4] [mama] Enable stats classes in cpp
Added stats classes to Makefile
---
mama/c_cpp/src/cpp/Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/mama/c_cpp/src/cpp/Makefile.am b/mama/c_cpp/src/cpp/Makefile.am
index 0f73c58..1a2593a 100644
--- a/mama/c_cpp/src/cpp/Makefile.am
+++ b/mama/c_cpp/src/cpp/Makefile.am
@@ -90,6 +90,8 @@ nobase_include_HEADERS = \
mama/MamaLogFile.h \
mama/conflation/MamaConnection.h \
mama/mamacpp.h \
+ mama/MamaStat.h \
+ mama/MamaStatsCollector.h \
mama/MamaReservedFields.h
@@ -143,5 +145,7 @@ libmamacpp_la_SOURCES = \
MamaTimer.cpp \
MamaTransport.cpp \
MamaTransportMap.cpp \
+ MamaStat.cpp \
+ MamaStatsCollector.cpp \
conflation/MamaConnection.cpp \
conflation/MamaServerConnection.cpp
--
1.7.9.5