Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's do a real round-robin on forwarders...
[simgrid.git] / examples / msg / msg_test.c
index e692d0a..a619042 100644 (file)
@@ -167,6 +167,7 @@ int forwarder(int argc, char *argv[])
                    slaves[i% slaves_count]->name);
       MSG_task_put(task, slaves[i % slaves_count],
                   PORT_22);
+      i++;
     } else {
       INFO0("Hey ?! What's up ? ");
       xbt_assert0(0,"Unexpected behavior");