X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/63ea61dcf159b166cad6f257cb92912971491470..5f2cfc086eff62c591fab6837547190ad9582671:/src/simix/smx_process.c 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