Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let pass if action is not being traced with a category
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 29 Oct 2010 15:08:13 +0000 (15:08 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 29 Oct 2010 15:08:13 +0000 (15:08 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8479 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/instr/smx_instr.c

index 78bcb29..51be389 100644 (file)
@@ -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)
 {
 
 void TRACE_smx_action_destroy(smx_action_t act)
 {
-  if (!IS_TRACING || !IS_TRACED(act))
+  if (!IS_TRACING)
     return;
 
   if (act->category) {
     return;
 
   if (act->category) {