X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..a96adb51dabc0c759af11e60c770355f22a54ef3:/include/simgrid/jedule/jedule.hpp diff --git a/include/simgrid/jedule/jedule.hpp b/include/simgrid/jedule/jedule.hpp index 8d7fd7bee8..0ea9ab82fe 100644 --- a/include/simgrid/jedule/jedule.hpp +++ b/include/simgrid/jedule/jedule.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012, 2014-2016. The SimGrid Team. +/* Copyright (c) 2010-2012, 2014-2017. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -6,13 +6,13 @@ #ifndef JEDULE_HPP_ #define JEDULE_HPP_ -#include #include "simgrid_config.h" +#include #include "jedule_events.hpp" #include "jedule_platform.hpp" -#if HAVE_JEDULE +#if SIMGRID_HAVE_JEDULE XBT_ATTRIB_UNUSED static std::unordered_map host2_simgrid_parent_container; XBT_ATTRIB_UNUSED static std::unordered_map container_name2container; @@ -36,11 +36,9 @@ public: } } -SG_BEGIN_DECL() - +extern "C" { typedef simgrid::jedule::Jedule *jedule_t; - -SG_END_DECL() +} #endif #endif /* JEDULE_HPP_ */