Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] new public function to get declared categories
[simgrid.git] / include / instr / instr.h
index 2167d6c..7088976 100644 (file)
@@ -21,6 +21,7 @@
  */
 XBT_PUBLIC(void) TRACE_category(const char *category);
 XBT_PUBLIC(void) TRACE_category_with_color (const char *category, const char *color);
+XBT_PUBLIC(xbt_dynar_t) TRACE_get_categories (void);
 XBT_PUBLIC(void) TRACE_smpi_set_category(const char *category);
 
 /*