X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1d63a0675cd3977c8da862007ba8461ca10db88..30e424f828536f2e59c0175b482e6e5480fe7fdd:/src/mc/mc_state.h diff --git a/src/mc/mc_state.h b/src/mc/mc_state.h index 292d15ceb2..93b350ffee 100644 --- a/src/mc/mc_state.h +++ b/src/mc/mc_state.h @@ -68,4 +68,12 @@ XBT_PRIVATE void MC_state_remove_interleave_process(mc_state_t state, smx_proces SG_END_DECL() +namespace simgrid { +namespace mc { + +XBT_PRIVATE int snapshot_compare(mc_state_t state1, mc_state_t state2); + +} +} + #endif