X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6dbc279b78e4a84b3921b509f3138ed01399bca..4fb3673da5b0ac154b2f70e40ccd11cf8993da32:/include/simgrid/instr.h diff --git a/include/simgrid/instr.h b/include/simgrid/instr.h index f3d7640ce6..ec59e22eac 100644 --- a/include/simgrid/instr.h +++ b/include/simgrid/instr.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2014. The SimGrid Team. +/* Copyright (c) 2010-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -11,9 +11,11 @@ #include "xbt.h" #include "xbt/graph.h" -#include "msg/msg.h" +#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_ */