X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a20e82ad79e5dbc42c6c02903740edece926bc3e..48af4c8427d171d3e05d39116b02e441f2391374:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index e7a2703122..3ff124f0c1 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -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 *********** */