Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oups, mistake in router cluster name.
authorlbobelin <lbobelin@mintcar.imag.fr>
Thu, 2 Aug 2012 13:32:46 +0000 (15:32 +0200)
committerlbobelin <lbobelin@mintcar.imag.fr>
Thu, 2 Aug 2012 13:32:46 +0000 (15:32 +0200)
doc/user_guide/doxygen/platform.doc

index 72d45f1..65f3cb6 100644 (file)
@@ -253,7 +253,7 @@ The principle is the same, except we don't have the backbone. The way to obtain
 \li <b>availability_file</b>: Allow you to use a file as input for availability. Similar to <b>hosts</b> attribute.
 \li <b>state_file</b>: Allow you to use a file as input for states. Similar to <b>hosts</b> attribute.
 
-the router name is defined as the resulting String in the following java line of code: router_name = prefix + "router_ + suffix ;
+the router name is defined as the resulting String in the following java line of code: router_name = prefix + clusterId + router_ + suffix ;
 
 
 <b>cluster example</b>