X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/652f5c53fc94cd105af2c2d46b10e7d19abdf274..114948db2d558f1be1481dea89be75166201461f:/src/simix/smx_smurf_private.h diff --git a/src/simix/smx_smurf_private.h b/src/simix/smx_smurf_private.h index adff451ced..2009207771 100644 --- a/src/simix/smx_smurf_private.h +++ b/src/simix/smx_smurf_private.h @@ -98,6 +98,8 @@ SIMCALL_ENUM_ELEMENT(SIMCALL_FILE_STAT), \ SIMCALL_ENUM_ELEMENT(SIMCALL_FILE_UNLINK),\ SIMCALL_ENUM_ELEMENT(SIMCALL_FILE_LS),\ SIMCALL_ENUM_ELEMENT(SIMCALL_ASR_GET_PROPERTIES), \ +SIMCALL_ENUM_ELEMENT(SIMCALL_MC_SNAPSHOT), \ +SIMCALL_ENUM_ELEMENT(SIMCALL_MC_COMPARE_SNAPSHOTS), \ /* ****************************************************************************************** */ \ /* TUTORIAL: New API */ \ /* ****************************************************************************************** */ \ @@ -607,6 +609,16 @@ typedef struct s_smx_simcall { xbt_dict_t result; } asr_get_properties; + struct{ + void *s; + } mc_snapshot; + + struct{ + void *snapshot1; + void *snapshot2; + int result; + } mc_compare_snapshots; + /* ****************************************************************************************** */ /* TUTORIAL: New API */ /* ****************************************************************************************** */