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/cluster.mk | |
| 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/cluster.mk')
| -rw-r--r-- | cpp/src/cluster.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index 5acabce694..925b1d1e68 100644 --- a/cpp/src/cluster.mk +++ b/cpp/src/cluster.mk @@ -64,6 +64,7 @@ cluster_la_SOURCES = \ qpid/cluster/ExpiryPolicy.cpp \ qpid/cluster/FailoverExchange.cpp \ qpid/cluster/FailoverExchange.h \ + qpid/cluster/UpdateExchange.h \ qpid/cluster/Multicaster.cpp \ qpid/cluster/Multicaster.h \ qpid/cluster/McastFrameHandler.h \ |
