X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/225cfb09884aaaee3bf3509e2e9bd808dbc39e72..2be3a64394c62297f906ab221d344c7340e44a02:/src/instr/instr_msg_process.c diff --git a/src/instr/instr_msg_process.c b/src/instr/instr_msg_process.c index 3a78475d80..f5f22138d4 100644 --- a/src/instr/instr_msg_process.c +++ b/src/instr/instr_msg_process.c @@ -44,7 +44,7 @@ void TRACE_msg_set_process_category(m_process_t process, const char *category, c container_t msg = newContainer(process->name, INSTR_MSG_PROCESS, host_container); type_t type = getType (category); if (!type){ - type = newVariableType(category, TYPE_VARIABLE, color, msg->type); + type = getVariableType(category, color, msg->type); } pajeSetVariable(SIMIX_get_clock(), type->id, msg->id, "1");