From 5a848a6a699d5ab8de93a646a44614378e56871f Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 30 Jun 2008 19:00:49 +0000 Subject: QPID-1160 - Per-thread counters in management API to avoid locking git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@672864 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/System.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/broker/System.cpp') diff --git a/cpp/src/qpid/broker/System.cpp b/cpp/src/qpid/broker/System.cpp index da886710ac..107942fab5 100644 --- a/cpp/src/qpid/broker/System.cpp +++ b/cpp/src/qpid/broker/System.cpp @@ -63,7 +63,7 @@ System::System (string _dataDir) } mgmtObject = management::System::shared_ptr - (new management::System (this, systemId)); + (new management::System (agent.get(), this, systemId)); struct utsname _uname; if (uname (&_uname) == 0) { -- cgit v1.2.1