Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Return the new process in SIMIX_process_restart, simcall_process_restart and MSG_proc...
[simgrid.git] / src / simix / smx_smurf_private.h
index 27f736e..6e83587 100644 (file)
@@ -306,6 +306,7 @@ typedef struct s_smx_simcall {
 
     struct {
       smx_process_t process;
+      smx_process_t result;
     } process_restart;
 
     struct {