From: thiery Date: Tue, 22 Feb 2011 13:25:27 +0000 (+0000) Subject: This initialization change the experiment too much X-Git-Tag: v3.6_beta2~259 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/872512ec3273f589a5f412c59e4f7620e40fc62c This initialization change the experiment too much git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9684 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/chord/chord.c b/examples/msg/chord/chord.c index 90dd6988fe..f8ae33b34a 100644 --- a/examples/msg/chord/chord.c +++ b/examples/msg/chord/chord.c @@ -507,10 +507,12 @@ static int join(node_t node, int known_id) XBT_INFO("Joining the ring with id %d, knowing node %d", node->id, known_id); set_predecessor(node, -1); // no predecessor (yet) + /* int i; for (i = 0; i < nb_bits; i++) { set_finger(node, i, known_id); } + */ int successor_id = remote_find_successor(node, known_id, node->id); if (successor_id == -1) {