From 48a9ba3cccf9510177d1952f4f2af2f4dd11b94f Mon Sep 17 00:00:00 2001 From: schnorr Date: Fri, 29 Oct 2010 15:08:13 +0000 Subject: [PATCH] let pass if action is not being traced with a category git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8479 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/instr/smx_instr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instr/smx_instr.c b/src/instr/smx_instr.c index 78bcb2937f..51be389c2a 100644 --- a/src/instr/smx_instr.c +++ b/src/instr/smx_instr.c @@ -41,7 +41,7 @@ void TRACE_smx_action_communicate(smx_action_t act, smx_process_t proc) void TRACE_smx_action_destroy(smx_action_t act) { - if (!IS_TRACING || !IS_TRACED(act)) + if (!IS_TRACING) return; if (act->category) { -- 2.20.1