diff options
| author | Alan Conway <aconway@apache.org> | 2008-09-12 18:07:47 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-09-12 18:07:47 +0000 |
| commit | 0d3aecbd765846e7bdfd45850bbfe413c85eb6e0 (patch) | |
| tree | 7e1a077994afdf746fb14ab406ee0caf16609b36 /qpid/cpp/src/tests/start_cluster_hosts | |
| parent | 99a2f7119b4aed3e2b2ad878a3f5905e52ccbe83 (diff) | |
| download | qpid-python-0d3aecbd765846e7bdfd45850bbfe413c85eb6e0.tar.gz | |
Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/start_cluster_hosts')
| -rwxr-xr-x | qpid/cpp/src/tests/start_cluster_hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/start_cluster_hosts b/qpid/cpp/src/tests/start_cluster_hosts index 683798453b..f1dce9f0de 100755 --- a/qpid/cpp/src/tests/start_cluster_hosts +++ b/qpid/cpp/src/tests/start_cluster_hosts @@ -15,7 +15,7 @@ # QPIDD=${QPIDD:-$PWD/../qpidd} -LIBQPIDCLUSTER=${LIBQPIDCLUSTER:-$PWD/../.libs/libqpidcluster.so} +LIBQPIDCLUSTER=${LIBQPIDCLUSTER:-$PWD/../.libs/cluster.so} NAME=$USER # User name is default cluster name. RESTART=NO |
