]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/trace_mgr.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding traces for easier debuging
[simgrid.git] / src / surf / trace_mgr.c
index 25545f92d34ae59644a2140e6f61ddb157f24a0c..aee5753261304aa50f49a897da574961388a6f50 100644 (file)
@@ -6,14 +6,10 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "xbt/sysdep.h"
-#include "xbt/error.h"
+#include "xbt/log.h"
 #include "xbt/dict.h"
 #include "trace_mgr_private.h"
 #include "surf_private.h"
-#include <stdlib.h>
-
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(trace, surf,
-                               "Logging specific to the SURF trace module");
 
 static xbt_dict_t trace_list = NULL;
 static void _tmgr_trace_free(void *trace)