]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start documenting how lmm works
[simgrid.git] / src / msg / msg_private.h
index 1d2eb8f18707e361a8b91e8a4e8be6fafa872c58..56448820b183edfebbf50b363733e986f64c7f2e 100644 (file)
@@ -146,8 +146,10 @@ void __MSG_file_destroy(msg_file_priv_t host);
 void MSG_process_cleanup_from_SIMIX(smx_process_t smx_proc);
 void MSG_process_create_from_SIMIX(smx_process_t *process, const char *name,
                                    xbt_main_func_t code, void *data,
-                                   const char *hostname, double kill_time,  int argc,
-                                   char **argv, xbt_dict_t properties, int auto_restart);
+                                   const char *hostname, double kill_time,
+                                   int argc, char **argv,
+                                   xbt_dict_t properties, int auto_restart,
+                                   smx_process_t parent_process);
 void MSG_comm_copy_data_from_SIMIX(smx_action_t comm, void* buff, size_t buff_size);
 
 void _MSG_action_init(void);