Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reverting Mt's modifications.
[simgrid.git] / include / msg / msg.h
index ecb2eac..6cf8df0 100644 (file)
@@ -51,8 +51,7 @@ m_process_t MSG_process_create(const char *name,
                               m_host_t host);
 m_process_t MSG_process_create_with_arguments(const char *name,
                                              m_process_code_t code, void *data,
-                                             m_host_t host, int argc, char **argv,
-                                              double start_time, double kill_time);
+                                             m_host_t host, int argc, char **argv);
 void MSG_process_kill(m_process_t process);
 int MSG_process_killall(int reset_PIDs);
 MSG_error_t MSG_get_arguments(int *argc, char ***argv);