X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86bade75f732e1e4de9d9b4d86069e325655beef..d1090ad7375e9ffbd83c87cb3b7622aead1084b3:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 6cf8df0d93..ecb2eacba2 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -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);