]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_liveness.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Initial support MC record/replay
[simgrid.git] / src / mc / mc_liveness.c
index aa2c992a40a8b8a67200250d3248db1fd82e019f..841b1026890415a614328f591ad26571b3a91e38 100644 (file)
@@ -5,6 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "mc_private.h"
+#include "mc_record.h"
 #include <unistd.h>
 #include <sys/wait.h>
 
@@ -385,7 +386,7 @@ void MC_modelcheck_liveness()
           mc_stats->executed_transitions++;
 
           /* Answer the request */
-          SIMIX_simcall_enter(req, value);
+          SIMIX_simcall_handle(req, value);
 
           /* Wait for requests (schedules processes) */
           MC_wait_for_requests();