From: schnorr Date: Tue, 31 Jul 2012 21:38:11 +0000 (+0200) Subject: [trace] factorize more X-Git-Tag: v3_8~236 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4777ff91a4f32bed97ff25eb9c911bebe11e13f3?ds=sidebyside [trace] factorize more --- diff --git a/src/instr/instr_msg_process.c b/src/instr/instr_msg_process.c index e28088fc03..a2d89013b5 100644 --- a/src/instr/instr_msg_process.c +++ b/src/instr/instr_msg_process.c @@ -43,7 +43,7 @@ void TRACE_msg_process_change_host(msg_process_t process, msg_host_t old_host, m TRACE_msg_process_destroy (MSG_process_get_name (process), MSG_process_get_PID (process), old_host); //create new container on the new_host location - msg = PJ_container_new(instr_process_id(process, str, len), INSTR_MSG_PROCESS, PJ_container_get(SIMIX_host_get_name(new_host->smx_host))); + TRACE_msg_process_create (MSG_process_get_name (process), MSG_process_get_PID (process), new_host); //end link msg = PJ_container_get(instr_process_id(process, str, len));