X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/225cfb09884aaaee3bf3509e2e9bd808dbc39e72..d9601b8ae97f9ef29cc571b71fa4a41ab9133a2b:/src/instr/instr_routing.c diff --git a/src/instr/instr_routing.c b/src/instr/instr_routing.c index 2e27c8e434..725f6f553a 100644 --- a/src/instr/instr_routing.c +++ b/src/instr/instr_routing.c @@ -521,6 +521,7 @@ static void instr_routing_parse_start_host () if (TRACE_msg_task_is_enabled()) { type_t msg_task = getContainerType ("MSG_TASK", new->type); getStateType ("MSG_TASK_STATE", msg_task); + getLinkType ("MSG_TASK_LINK", rootType, msg_task, msg_task); } }