Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the implementation of start_time and kill_time in the msg deployment.
[simgrid.git] / include / msg / msg.h
index 6cf8df0..ecb2eac 100644 (file)
@@ -51,7 +51,8 @@ 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);
+                                             m_host_t host, int argc, char **argv,
+                                              double start_time, double kill_time);
 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);