X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/887298295d00eac540e0b73429e58e77fb0ee4ab..760450d2e6f3a6b6e8fac3d30efe1f848e8097e5:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index e5f4cad45c..d461ecc824 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -169,9 +169,6 @@ void MSG_process_create_from_SIMIX(smx_process_t *process, const char *name, smx_process_t parent_process); void MSG_comm_copy_data_from_SIMIX(smx_action_t comm, void* buff, size_t buff_size); -void _MSG_action_init(void); -void _MSG_action_exit(void); - void MSG_post_create_environment(void); static inline void *msg_host_resource_priv(const void *host) { @@ -200,7 +197,7 @@ void TRACE_msg_process_change_host(msg_process_t process, msg_host_t old_host, msg_host_t new_host); void TRACE_msg_process_create (const char *process_name, int process_pid, msg_host_t host); void TRACE_msg_process_destroy (const char *process_name, int process_pid, msg_host_t host); -void TRACE_msg_process_kill(msg_process_t process); +void TRACE_msg_process_kill(smx_process_exit_status_t status, msg_process_t process); void TRACE_msg_process_suspend(msg_process_t process); void TRACE_msg_process_resume(msg_process_t process); void TRACE_msg_process_sleep_in(msg_process_t process); //called from msg/gos.c