Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add assertions to use with the model-checker
[simgrid.git] / src / simix / smx_global.c
index 9fcfa67..d0e2c53 100644 (file)
@@ -176,7 +176,7 @@ void SIMIX_run(void)
       SIMIX_context_runall(simix_global->process_to_run);
       while ((req = SIMIX_request_pop())) {
         DEBUG1("Handling request %p", req);
-        SIMIX_request_pre(req);
+        SIMIX_request_pre(req, 0);
       }
     } while (xbt_dynar_length(simix_global->process_to_run));