X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6dbc279b78e4a84b3921b509f3138ed01399bca..27d8dc3659e116a12b48fbde02eb4d6ae27f6328:/include/simgrid/instr.h diff --git a/include/simgrid/instr.h b/include/simgrid/instr.h index f3d7640ce6..568981c710 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 */ @@ -96,4 +98,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_ */