X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8904cce833688900dcef6f8a753ee47a9d81e22..192aac4aa32fa4b2e4e298dc2a79f33a98aa831c:/src/msg/msg_gos.c diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 682da5b937..e63d05f81c 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -321,7 +321,7 @@ XBT_INLINE msg_comm_t MSG_task_isend_with_matching(msg_task_t task, const char * t_simdata->comm = comm->s_comm; /* FIXME: is the field t_simdata->comm still useful? */ #ifdef HAVE_TRACING if (TRACE_is_enabled()) { - simcall_set_category(comm, task->category); + simcall_set_category(comm->s_comm, task->category); } #endif