From fe96efdd2b70f8873e0cc1a5c82b961174df5f67 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 27 Oct 2010 18:46:21 +0000 Subject: 1) Fix a bug where AGENT_RESTART is repeatedly reported when detected once. 2) ConsoleSession::getAgents now lists only agents in the agent-filter. If the connected broker agent does not match the filter, it is removed from the list though it is still accessible using ConsoleSession::getConnectedBrokerAgent. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028066 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qmf/ConsoleSessionImpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp/src/qmf/ConsoleSessionImpl.h') diff --git a/qpid/cpp/src/qmf/ConsoleSessionImpl.h b/qpid/cpp/src/qmf/ConsoleSessionImpl.h index 705d9de4d8..3d10b63c69 100644 --- a/qpid/cpp/src/qmf/ConsoleSessionImpl.h +++ b/qpid/cpp/src/qmf/ConsoleSessionImpl.h @@ -80,6 +80,7 @@ namespace qmf { uint64_t lastAgePass; std::map agents; Agent connectedBrokerAgent; + bool connectedBrokerInAgentList; qpid::messaging::Address replyAddress; std::string directBase; std::string topicBase; -- cgit v1.2.1