diff options
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. |