summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/MemberHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/MemberHandler.h')
-rw-r--r--cpp/src/qpid/cluster/MemberHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/MemberHandler.h b/cpp/src/qpid/cluster/MemberHandler.h
index 6657ea4f53..9a07507a17 100644
--- a/cpp/src/qpid/cluster/MemberHandler.h
+++ b/cpp/src/qpid/cluster/MemberHandler.h
@@ -53,6 +53,7 @@ class MemberHandler : public ClusterHandler
void dumpError(const std::exception&);
void insert(const boost::intrusive_ptr<Connection>& c);
+ void catchUpClosed(const boost::intrusive_ptr<Connection>& );
public:
sys::Thread dumpThread;