X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a69dbf9a2522d0ccde10350b49c5866ed9d731bd..07c43d9f0ccc41917f6cf4c9adf09d1d6a6a984d:/src/mc/mc_interface.h diff --git a/src/mc/mc_interface.h b/src/mc/mc_interface.h index c2e8042b44..0bf35d0479 100644 --- a/src/mc/mc_interface.h +++ b/src/mc/mc_interface.h @@ -11,12 +11,7 @@ SG_BEGIN_DECL() -typedef struct s_mc_snapshot *mc_snapshot_t; - -/* These are the MC-specific simcalls, that smx_user needs to see */ -mc_snapshot_t simcall_HANDLER_mc_snapshot(smx_simcall_t simcall); -int simcall_HANDLER_mc_compare_snapshots(smx_simcall_t simcall, mc_snapshot_t s1, mc_snapshot_t s2); -int simcall_HANDLER_mc_random(smx_simcall_t simcall, int min, int max); +typedef struct s_mc_snapshot s_mc_snapshot_t, *mc_snapshot_t; SG_END_DECL()