Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] don't specify color when declaring an event type
[simgrid.git] / src / instr / instr_interface.c
index 673cac8..944e441 100644 (file)
@@ -168,7 +168,7 @@ void TRACE_declare_mark(const char *mark_type)
   }
 
   XBT_DEBUG("MARK,declare %s", mark_type);
-  PJ_type_event_new(mark_type, NULL, PJ_type_get_root());
+  PJ_type_event_new(mark_type, PJ_type_get_root());
   xbt_dict_set (declared_marks, mark_type, xbt_strdup("1"), NULL);
 }