Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding Killall function
[simgrid.git] / include / msg / msg.h
index cff0463..57edac0 100644 (file)
@@ -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[]);