X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/28551df49f16fc1f6be375bf3e7ea14e9669f09d..540f367f67ed84b6e6513f8a4f19a06ac3acbc2a:/src/msg/instr_msg_process.cpp diff --git a/src/msg/instr_msg_process.cpp b/src/msg/instr_msg_process.cpp index a02687e134..c784fa4d57 100644 --- a/src/msg/instr_msg_process.cpp +++ b/src/msg/instr_msg_process.cpp @@ -58,7 +58,7 @@ void TRACE_msg_process_create (const char *process_name, int process_pid, msg_ho int len = INSTR_DEFAULT_STR_SIZE; char str[INSTR_DEFAULT_STR_SIZE]; - container_t host_container = PJ_container_get (SIMIX_host_get_name(host)); + container_t host_container = PJ_container_get (sg_host_get_name(host)); PJ_container_new(instr_process_id_2(process_name, process_pid, str, len), INSTR_MSG_PROCESS, host_container); } } @@ -134,10 +134,3 @@ void TRACE_msg_process_sleep_out(msg_process_t process) new_pajePopState (MSG_get_clock(), process_container, type); } } - -void TRACE_msg_process_end(msg_process_t process) -{ - if (TRACE_msg_process_is_enabled()) { - TRACE_msg_process_destroy(process->name, process->pid); - } -}