Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : ignore process_to_run and process_that_ran included in simix_global...
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 4 Oct 2013 09:49:27 +0000 (11:49 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 4 Oct 2013 13:21:20 +0000 (15:21 +0200)
src/mc/mc_liveness.c

index 117c99f..2007c64 100644 (file)
@@ -451,6 +451,9 @@ void MC_ddfs_init(void){
 
   MC_wait_for_requests();
 
 
   MC_wait_for_requests();
 
+  MC_ignore_heap(simix_global->process_to_run->data, 0);
+  MC_ignore_heap(simix_global->process_that_ran->data, 0);
+
   MC_SET_RAW_MEM;
 
   acceptance_pairs = xbt_dynar_new(sizeof(mc_pair_t), NULL); 
   MC_SET_RAW_MEM;
 
   acceptance_pairs = xbt_dynar_new(sizeof(mc_pair_t), NULL);