diff options
| author | Alan Conway <aconway@apache.org> | 2009-11-17 18:09:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-11-17 18:09:01 +0000 |
| commit | 20e76d9894129f94f58a6b4794f64dbb4ddf8820 (patch) | |
| tree | e2990b23d6955ed992050f7f8a55df16585560d4 /qpid/cpp/src/cluster.mk | |
| parent | df29240dd9452a3972ed65693d00d970bd841533 (diff) | |
| download | qpid-python-20e76d9894129f94f58a6b4794f64dbb4ddf8820.tar.gz | |
cluster::InitialStatusMap and unit tests, support for improved cluster join protocol.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index 1a8812d169..6e9bd27698 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -82,6 +82,8 @@ cluster_la_SOURCES = \ qpid/cluster/PollerDispatch.h \ qpid/cluster/ProxyInputHandler.h \ qpid/cluster/Quorum.h \ + qpid/cluster/InitialStatusMap.h \ + qpid/cluster/InitialStatusMap.cpp \ qpid/cluster/types.h cluster_la_LIBADD= -lcpg $(libcman) libqpidbroker.la libqpidclient.la |
