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 | f82036751808dcd479030203368e4980e8c0b38a (patch) | |
| tree | 79d43ee35bb92d258ba64d383eeb5dabdeb2f85f /cpp/src/qmf/ConsoleSessionImpl.h | |
| parent | 1d2d19beb5c351d9aff84e9fecfcc5d9093da14c (diff) | |
| download | qpid-python-f82036751808dcd479030203368e4980e8c0b38a.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/qpid@1028066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf/ConsoleSessionImpl.h')
| -rw-r--r-- | cpp/src/qmf/ConsoleSessionImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qmf/ConsoleSessionImpl.h b/cpp/src/qmf/ConsoleSessionImpl.h index 705d9de4d8..3d10b63c69 100644 --- a/cpp/src/qmf/ConsoleSessionImpl.h +++ b/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; |
