X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a20e82ad79e5dbc42c6c02903740edece926bc3e..b77d16c5d011f3c04ab6dcc2c4d5d2f865fd9415:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index e7a2703122..d1e1b1910f 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -48,7 +48,7 @@ typedef struct s_mc_mem_region{ typedef struct s_mc_snapshot{ size_t heap_bytes_used; mc_mem_region_t regions[NB_REGIONS]; - int nb_processes; + xbt_dynar_t enabled_processes; mc_mem_region_t* privatization_regions; int privatization_index; size_t *stack_sizes; @@ -586,6 +586,7 @@ extern xbt_dynar_t incomplete_communications_pattern; void get_comm_pattern(xbt_dynar_t communications_pattern, smx_simcall_t request, int call); void complete_comm_pattern(xbt_dynar_t list, smx_action_t comm); void MC_pre_modelcheck_comm_determinism(void); +void MC_modelcheck_comm_determinism(void); /* *********** Sets *********** */