From: Augustin Degomme Date: Thu, 13 Sep 2012 07:50:11 +0000 (+0200) Subject: fix a compilation warning/error in MSG_task_isend_with_matching instrumentation X-Git-Tag: v3_8~146^2~68 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/192aac4aa32fa4b2e4e298dc2a79f33a98aa831c fix a compilation warning/error in MSG_task_isend_with_matching instrumentation --- 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