diff options
author | Alan Conway <aconway@apache.org> | 2010-02-02 15:46:46 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-02-02 15:46:46 +0000 |
commit | 21e39f778986321e7477f26b24f949fb798b58b4 (patch) | |
tree | 3fd300494489e36754515a7e990463ecf544d103 /cpp/src/qpid/cluster/Connection.h | |
parent | 2574655d79a515c161ba09a3db725906572747fb (diff) | |
download | qpid-python-21e39f778986321e7477f26b24f949fb798b58b4.tar.gz |
Cluster: debug snapshots of queue depth at broker join, help find inconsistencies.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@905674 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index 7345378130..9a4e52a9d6 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -205,7 +205,7 @@ class Connection : void init(); bool checkUnsupported(const framing::AMQBody& body); - void deliverDoOutput(uint32_t limit) { output.deliverDoOutput(limit); } + void deliverDoOutput(uint32_t limit); boost::shared_ptr<broker::Queue> findQueue(const std::string& qname); broker::SessionState& sessionState(); |