From aff798ccbc13b41696c661fe07bd3934deb18625 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 5 Mar 2009 13:28:14 +0000 Subject: cluster: fix delivery-property.exchange-name set on updated messages. Logging improvements, useful for debugging: - qpid/SessionState.cpp: show frame bodies with command IDs. - assign cluster-wide id number to each Event. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@750456 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 048008f2a5..9f126d68c4 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -123,7 +123,7 @@ class Connection : void shadowReady(uint64_t memberId, uint64_t connectionId, const std::string& username, const std::string& fragment); - void membership(const framing::FieldTable&, const framing::FieldTable&, uint64_t frameId); + void membership(const framing::FieldTable&, const framing::FieldTable&, uint64_t eventId, uint64_t frameId); void deliveryRecord(const std::string& queue, const framing::SequenceNumber& position, -- cgit v1.2.1