diff options
| author | Ted Ross <tross@apache.org> | 2010-11-10 22:30:38 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-11-10 22:30:38 +0000 |
| commit | 72897efdcb587221bd8bec5af6ffa57092e8cab7 (patch) | |
| tree | 19b619d7ca5852f5d5f6dc228ca043dc75bf4edf /cpp/src/qmf/AgentSession.cpp | |
| parent | 332081014d8a62c8f75c36b9d53af01e29b1f9af (diff) | |
| download | qpid-python-72897efdcb587221bd8bec5af6ffa57092e8cab7.tar.gz | |
Fixed segfault when setting the agent filter on a closed session.
Fixed notification for the connected-broker agent.
Added an example console program in c++ to monitor the set of agents.
Fixed the Python agent example to more elegantly handle connection failure.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1033763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf/AgentSession.cpp')
| -rw-r--r-- | cpp/src/qmf/AgentSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qmf/AgentSession.cpp b/cpp/src/qmf/AgentSession.cpp index 47e40ed24a..20beda4851 100644 --- a/cpp/src/qmf/AgentSession.cpp +++ b/cpp/src/qmf/AgentSession.cpp @@ -175,7 +175,7 @@ AgentSessionImpl::AgentSessionImpl(Connection& c, const string& options) : schemaUpdateTime(uint64_t(qpid::sys::Duration(qpid::sys::EPOCH, qpid::sys::now()))) { // - // Set Capability Level to 1 + // Set Agent Capability Level // attributes["qmf.agent_capability"] = AGENT_CAPABILITY_0_8; |
