From 8ad76093e682ee735314a6768709b77a09d152ec Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 5 Nov 2008 17:09:33 +0000 Subject: Cluster: clean up connections when a member leaves the cluster. Fixed a memory error in cluster_test and some reporting errors in test scripts. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@711623 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Connection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src/qpid/cluster/Connection.h') diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index 2eafa90f32..06176bf81d 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -89,6 +89,9 @@ class Connection : void idleOut() { connection.idleOut(); } void idleIn() { connection.idleIn(); } + /** Called if the connectors member has left the cluster */ + void left(); + // ConnectionCodec methods size_t decode(const char* buffer, size_t size); -- cgit v1.2.1