From a2a56cf9a7483e165fb579d0b519b284d02009e3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 24 Sep 2008 17:34:08 +0000 Subject: Cluster replicates session command sequence state and consumers to newcomers. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@698666 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/ConnectionCodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/cluster/ConnectionCodec.h') diff --git a/cpp/src/qpid/cluster/ConnectionCodec.h b/cpp/src/qpid/cluster/ConnectionCodec.h index a82569decd..e6ab7f5ba1 100644 --- a/cpp/src/qpid/cluster/ConnectionCodec.h +++ b/cpp/src/qpid/cluster/ConnectionCodec.h @@ -71,6 +71,7 @@ class ConnectionCodec : public sys::ConnectionCodec { private: amqp_0_10::Connection codec; boost::intrusive_ptr interceptor; + cluster::ConnectionId id; }; }} // namespace qpid::cluster -- cgit v1.2.1