Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document last changes
[simgrid.git] / src / mc / mc_liveness.c
index c0aa52a..19a312f 100644 (file)
@@ -643,6 +643,7 @@ int MC_automaton_evaluate_label(xbt_exp_label_t l){
   }
   default : 
     return -1;
+    break;
   }
 }
 
@@ -769,7 +770,7 @@ void MC_ddfs(int search_cycle){
 
   int value;
   mc_state_t next_graph_state = NULL;
-  smx_req_t req = NULL;
+  smx_simcall_t req = NULL;
   char *req_str;
 
   xbt_transition_t transition_succ;
@@ -801,7 +802,7 @@ void MC_ddfs(int search_cycle){
        MC_state_set_executed_request(current_pair->graph_state, req, value);   
     
        /* Answer the request */
-       SIMIX_request_pre(req, value);
+       SIMIX_simcall_pre(req, value);
 
        /* Wait for requests (schedules processes) */
        MC_wait_for_requests();