From b5f8cf1bd9b5652e2691d6bc5b9b1c3228f53d68 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 5 Aug 2008 19:29:09 +0000 Subject: Fix Cluster::send encode race. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@682885 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Cluster.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/cluster/Cluster.h') diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h index 7ce0354a80..f5a695de24 100644 --- a/cpp/src/qpid/cluster/Cluster.h +++ b/cpp/src/qpid/cluster/Cluster.h @@ -131,7 +131,6 @@ class Cluster : private sys::Runnable, private Cpg::Handler, public RefCounted Id self; ShadowConnectionMap shadowConnectionMap; ShadowConnectionOutputHandler shadowOut; - char buffer[64*1024]; // FIXME aconway 2008-07-04: buffer management. friend std::ostream& operator <<(std::ostream&, const Cluster&); friend std::ostream& operator <<(std::ostream&, const MemberMap::value_type&); -- cgit v1.2.1