diff options
| author | Alan Conway <aconway@apache.org> | 2009-03-05 13:28:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-03-05 13:28:14 +0000 |
| commit | aff798ccbc13b41696c661fe07bd3934deb18625 (patch) | |
| tree | ba59dbefe36754a60386f8632cb07f05e89a61ea /cpp/src/qpid/cluster/Connection.h | |
| parent | 23053617b74f1bbb6c8ae3c60fe24953701a4583 (diff) | |
| download | qpid-python-aff798ccbc13b41696c661fe07bd3934deb18625.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
