Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Biggest commit ever (SIMIX2): the user processes can now run in parallel
[simgrid.git] / src / instr / smx_instr.c
index 51be389..6924284 100644 (file)
@@ -10,7 +10,7 @@
 
 static long long int counter = 0;       /* to uniquely identify simix actions */
 
 
 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)
 {
   char *category = NULL;
   if (!IS_TRACING)