diff options
| author | Ted Ross <tross@apache.org> | 2010-10-27 18:46:21 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-10-27 18:46:21 +0000 |
| commit | fe96efdd2b70f8873e0cc1a5c82b961174df5f67 (patch) | |
| tree | 2593f3534c9e9181a9c4a71488c4cd410b374abe /qpid/cpp/src/qmf/ConsoleSessionImpl.h | |
| parent | e92134c6caea2f23e37ee8d2e6fefe4a8c6b1b3f (diff) | |
| download | qpid-python-fe96efdd2b70f8873e0cc1a5c82b961174df5f67.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/src/qmf/ConsoleSessionImpl.h')
| -rw-r--r-- | qpid/cpp/src/qmf/ConsoleSessionImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<std::string, Agent> agents; Agent connectedBrokerAgent; + bool connectedBrokerInAgentList; qpid::messaging::Address replyAddress; std::string directBase; std::string topicBase; |
