X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88eab62fe6122f8c93f7319447c99e218418d2f0..f537f6705eaf9d1d99186860f2da468a9d755417:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index cff0463536..57edac096e 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -22,6 +22,7 @@ MSG_error_t MSG_clean(void); void MSG_function_register(const char *name, m_process_code_t code); m_process_code_t MSG_get_registered_function(const char *name); void MSG_launch_application(const char *file); +void MSG_paje_output(const char *filename); long double MSG_getClock(void); @@ -47,6 +48,7 @@ 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); 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); MSG_error_t MSG_set_arguments(m_process_t process,int argc, char *argv[]);