Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Connect new log categories.
[simgrid.git] / src / xbt / log.c
index 9d2aee7..dbea34a 100644 (file)
@@ -607,6 +607,8 @@ static void xbt_log_connect_categories(void)
   XBT_LOG_CONNECT(instr_routing);
   XBT_LOG_CONNECT(instr_sd);
   XBT_LOG_CONNECT(instr_surf);
+  XBT_LOG_CONNECT(instr_trace);
+  XBT_LOG_CONNECT(instr_TI_trace);
 #endif
 
   /* jedule */