From 192aac4aa32fa4b2e4e298dc2a79f33a98aa831c Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 13 Sep 2012 09:50:11 +0200 Subject: [PATCH 1/1] fix a compilation warning/error in MSG_task_isend_with_matching instrumentation --- src/msg/msg_gos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1