From: Marion Guthmuller Date: Sat, 18 Aug 2012 16:48:28 +0000 (+0200) Subject: model-checker : init result of simcalls for snapshot comparison done during simcall X-Git-Tag: v3_9_rc1~86^2~237^2~24 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3d0ec27f4663316ce2c245e03d950a89f9e35957 model-checker : init result of simcalls for snapshot comparison done during simcall --- diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index 47d902190f..cf09a36865 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -726,6 +726,7 @@ XBT_PUBLIC(void) simcall_process_auto_restart_set(smx_process_t process, int aut SIMIX_simcall_push(simcall->issuer); } + /** * \ingroup simix_process_management * \brief Restarts the process, killing it and starting it again from scratch.