summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.h')
-rw-r--r--cpp/src/qpid/cluster/Cluster.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h
index c63e2e3e58..b37a1e343b 100644
--- a/cpp/src/qpid/cluster/Cluster.h
+++ b/cpp/src/qpid/cluster/Cluster.h
@@ -64,6 +64,8 @@ class Cluster : private Cpg::Handler, public management::Manageable
void insert(const boost::intrusive_ptr<Connection>&); // Insert a local connection
void erase(ConnectionId); // Erase a connection.
+
+ void catchUpClosed(const boost::intrusive_ptr<Connection>&); // Insert a local connection
/** Get the URLs of current cluster members. */
std::vector<Url> getUrls() const;
@@ -88,8 +90,9 @@ class Cluster : private Cpg::Handler, public management::Manageable
MemberId getSelf() const { return self; }
- void stall();
void ready();
+ void stall();
+ void unstall();
void shutdown();