Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics on tracing mechanism
[simgrid.git] / src / msg / global.c
index f874911..a3e8ae6 100644 (file)
@@ -190,7 +190,7 @@ MSG_error_t MSG_clean(void)
   m_process_t p = NULL;
 
 #ifdef HAVE_TRACING
-  TRACE_surf_finalize();
+  TRACE_surf_release ();
 #endif
 
   while ((p = xbt_fifo_pop(msg_global->process_list))) {