X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/114948db2d558f1be1481dea89be75166201461f..e6842da5013c7598839024360b268d17c5c9d72a:/src/simix/smx_user.c diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index 84ce825d17..1fe90b1c07 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -1651,6 +1651,8 @@ xbt_dict_t simcall_file_ls(const char* mount, const char* path) return simcall->file_ls.result; } +#ifdef HAVE_MC + void *simcall_mc_snapshot(void) { smx_simcall_t simcall = SIMIX_simcall_mine(); @@ -1676,6 +1678,7 @@ int simcall_mc_compare_snapshots(void *s1, void *s2){ return simcall->mc_compare_snapshots.result; } +#endif /* HAVE_MC */ /* ****************************************************************************************** */ /* TUTORIAL: New API */