summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-05-21 13:59:45 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-05-21 13:59:45 +0000
commit68b1c461047dd9227ee5ec7f8c10ee7ea3ed4a8f (patch)
tree3787037648975db7a1a1febf22af64d3c1f9af8a /CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl
parent764990110dfff52d5aba3c1d8d04d8fd319b6657 (diff)
downloadATCD-68b1c461047dd9227ee5ec7f8c10ee7ea3ed4a8f.tar.gz
Fri May 21 13:56:01 UTC 2010 William Otte <wotte@zifnab>
* .: Merged in locality_manager branch. details to follow:
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl')
-rwxr-xr-xCIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl b/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl
index 522972bf6f2..d4ea507d6d2 100755
--- a/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl
+++ b/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl
@@ -103,7 +103,7 @@ sub kill_open_processes {
$NS->Kill (); $NS->TimedWait (1);
}
# in case shutdown did not perform as expected
- $tg_executor->KillAll ('ciao_componentserver');
+ $tg_executor->KillAll ('dance_locality_manager');
}
sub run_node_daemons {
@@ -113,7 +113,7 @@ sub run_node_daemons {
$port = $ports[$i];
$nodename = $nodenames[$i];
$iiop = "iiop://localhost:$port";
- $node_app = "$CIAO_ROOT/bin/ciao_componentserver";
+ $node_app = "$DANCE_ROOT/bin/dance_locality_manager";
$d_cmd = "$DANCE_ROOT/bin/dance_node_manager";
$d_param = "-ORBEndpoint $iiop -s $node_app -n $nodename=$iorfile -t 30 --domain-nc corbaloc:rir:/NameService";