Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Protect access to remote process list of rma requests, to avoid race conditions..
[simgrid.git] / src / msg / msg_private.h
index e24bfe0..3209072 100644 (file)
@@ -117,7 +117,7 @@ XBT_PRIVATE void __MSG_file_destroy(msg_file_priv_t host);
 
 XBT_PRIVATE void MSG_process_cleanup_from_SIMIX(smx_actor_t smx_proc);
 XBT_PRIVATE smx_actor_t MSG_process_create_from_SIMIX(const char* name, std::function<void()> code, void* data,
-                                                      sg_host_t host, xbt_dict_t properties, int auto_restart,
+                                                      sg_host_t host, xbt_dict_t properties,
                                                       smx_actor_t parent_process);
 XBT_PRIVATE void MSG_comm_copy_data_from_SIMIX(smx_activity_t comm, void* buff, size_t buff_size);