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 | |
| 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')
| -rwxr-xr-x | qpid/cpp/src/tests/start_cluster | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/start_cluster b/qpid/cpp/src/tests/start_cluster index 6d254190df..0c1722e566 100755 --- a/qpid/cpp/src/tests/start_cluster +++ b/qpid/cpp/src/tests/start_cluster @@ -12,7 +12,7 @@ test -f cluster.ports && { echo "cluster.ports file already exists" ; exit 1; } rm -f cluster*.log SIZE=$1; shift CLUSTER=`pwd` # Cluster name=pwd, avoid clashes. -OPTS="-d --load-module ../.libs/libqpidcluster.so --cluster-name=$CLUSTER --no-data-dir --auth=no $*" +OPTS="-d --load-module ../.libs/cluster.so --cluster-name=$CLUSTER --no-data-dir --auth=no $*" if test "$SIZE" = "one"; then # Special case of singleton cluster, use default port. ../qpidd -q |
