From 3d0ec27f4663316ce2c245e03d950a89f9e35957 Mon Sep 17 00:00:00 2001 From: Marion Guthmuller Date: Sat, 18 Aug 2012 18:48:28 +0200 Subject: [PATCH 1/1] model-checker : init result of simcalls for snapshot comparison done during simcall --- src/simix/smx_user.c | 1 + 1 file changed, 1 insertion(+) 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. -- 2.20.1