X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/999a64fe86043f1b9cc777db6a5cdc4e34c4c922..07c319ec54d6fc778ee3cc5e75a747242006723e:/src/instr/smx_instr.c diff --git a/src/instr/smx_instr.c b/src/instr/smx_instr.c index 51be389c2a..69242845a0 100644 --- a/src/instr/smx_instr.c +++ b/src/instr/smx_instr.c @@ -10,7 +10,7 @@ static long long int counter = 0; /* to uniquely identify simix actions */ -void TRACE_smx_action_execute(smx_action_t act) +void TRACE_smx_host_execute(smx_action_t act) { char *category = NULL; if (!IS_TRACING)