Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] using process name and PID as identification for user when tracing/msg/process:1
[simgrid.git] / src / msg / m_process.c
index 0084efd..2dcb16f 100644 (file)
@@ -181,6 +181,10 @@ m_process_t MSG_process_create_with_environment(const char *name,
     return NULL;
   }
 
     return NULL;
   }
 
+#ifdef HAVE_TRACING
+  TRACE_msg_process_create (process);
+#endif
+
   return process;
 }
 
   return process;
 }