From 5f2cfc086eff62c591fab6837547190ad9582671 Mon Sep 17 00:00:00 2001 From: thiery Date: Thu, 3 Feb 2011 15:52:14 +0000 Subject: [PATCH] This action name is not used git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9571 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/simix/smx_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/smx_process.c b/src/simix/smx_process.c index 01df49c494..8a90a1ee98 100644 --- a/src/simix/smx_process.c +++ b/src/simix/smx_process.c @@ -436,7 +436,7 @@ smx_action_t SIMIX_process_sleep(smx_process_t process, double duration) action = xbt_mallocator_get(simix_global->action_mallocator); action->type = SIMIX_ACTION_SLEEP; - action->name = xbt_strdup("sleep"); + action->name = NULL; #ifdef HAVE_TRACING action->category = NULL; #endif -- 2.20.1