Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deport three other MSG examples
[simgrid.git] / teshsuite / msg / app-chainsend / common.c
similarity index 94%
rename from examples/msg/app-chainsend/common.c
rename to teshsuite/msg/app-chainsend/common.c
index 12fc601..399ad47 100644 (file)
@@ -13,7 +13,7 @@ int process_pending_connections(xbt_dynar_t q)
   int empty = 0;
   msg_comm_t comm;
 
-  xbt_dynar_foreach(q, iter, comm) {
+  xbt_dynar_foreach (q, iter, comm) {
     empty = 1;
     if (MSG_comm_test(comm)) {
       status = MSG_comm_get_status(comm);