From 0d3aecbd765846e7bdfd45850bbfe413c85eb6e0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 12 Sep 2008 18:07:47 +0000 Subject: 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 --- qpid/cpp/src/tests/start_cluster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/start_cluster') 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 -- cgit v1.2.1