X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa222c38f9b796be07ab4351ffc810a61a8fd705..4fb3673da5b0ac154b2f70e40ccd11cf8993da32:/include/simgrid/instr.h diff --git a/include/simgrid/instr.h b/include/simgrid/instr.h index 3e6bdea9f9..ec59e22eac 100644 --- a/include/simgrid/instr.h +++ b/include/simgrid/instr.h @@ -14,6 +14,8 @@ #include "simgrid/msg.h" #include "simgrid/simdag.h" +SG_BEGIN_DECL() + /* * Functions to manage tracing categories */ @@ -21,8 +23,6 @@ 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); -XBT_PUBLIC(void) TRACE_sd_set_task_category(SD_task_t task, - const char *category); /* * Functions to manage tracing marks (used for trace comparison experiments) @@ -96,4 +96,6 @@ XBT_PUBLIC(xbt_dynar_t) TRACE_get_edge_types (void); XBT_PUBLIC(void) TRACE_pause (void); XBT_PUBLIC(void) TRACE_resume (void); +SG_END_DECL() + #endif /* INSTR_H_ */