diff options
author | Alan Conway <aconway@apache.org> | 2008-10-20 13:58:23 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-10-20 13:58:23 +0000 |
commit | 40e17612ff0494ccd440a3a0a3789daabcfb3684 (patch) | |
tree | 569d53ad5f6280a151eb1f7019c92e9d3e4f9848 /cpp/src/qpid/cluster/Connection.h | |
parent | ac0eb22016bf9ae223f147927ba76add8d25dc31 (diff) | |
download | qpid-python-40e17612ff0494ccd440a3a0a3789daabcfb3684.tar.gz |
cluster: DumpClient updates consumer notifyEnabled and blocked.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706293 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, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index b537470b41..3b5298a8a1 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -89,6 +89,8 @@ class Connection : void deliverBuffer(framing::Buffer&); void delivered(framing::AMQFrame&); + void consumerState(const std::string& name, bool blocked, bool notifyEnabled); + // ==== Used in catch-up mode to build initial state. // // State dump methods. |