diff options
| author | Alan Conway <aconway@apache.org> | 2008-12-11 22:50:02 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-12-11 22:50:02 +0000 |
| commit | 6b78c074435c5a49e5bdc649df0c05dcf0d26332 (patch) | |
| tree | de475a53c2581fa8ee66c252ef8297fa3bbdfb53 /qpid/cpp/src/cluster.mk | |
| parent | db1c4a7c49a657f993e5131031c8df9b7408da2e (diff) | |
| download | qpid-python-6b78c074435c5a49e5bdc649df0c05dcf0d26332.tar.gz | |
cluster: refactor multicast concerns into separate Multicaster class with separate locking.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index fe2342a416..5c44fa7c76 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -46,6 +46,9 @@ cluster_la_SOURCES = \ qpid/cluster/ClusterMap.cpp \ qpid/cluster/FailoverExchange.h \ qpid/cluster/FailoverExchange.cpp \ + qpid/cluster/Multicaster.h \ + qpid/cluster/Multicaster.cpp \ + qpid/cluster/ClusterLeaveException.h \ qpid/cluster/Quorum.h cluster_la_LIBADD= -lcpg $(libcman) libqpidbroker.la libqpidclient.la |
