Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Answer the request as the last action on it (it will destroy it)
[simgrid.git] / src / mc / mc_global.c
index 2a72f31..42d1765 100644 (file)
@@ -181,7 +181,7 @@ void MC_wait_for_requests(void)
         xbt_free(req_str);
       }
     }
-  } while (xbt_swag_size(simix_global->process_to_run));
+  } while (xbt_dynar_length(simix_global->process_to_run));
 }
 
 /****************************** Statistics ************************************/