X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7444a715278a4bad33c0200162286c50f03bcaef..6042678d235eeddfa0b7120c17c7fb4362881a88:/src/simix/smx_host_private.hpp diff --git a/src/simix/smx_host_private.hpp b/src/simix/smx_host_private.hpp index 00f681a180..17a0a396b4 100644 --- a/src/simix/smx_host_private.hpp +++ b/src/simix/smx_host_private.hpp @@ -11,14 +11,9 @@ #include #include -#include -#include - -#include "popping_private.hpp" -#include "simgrid/simix.h" - -#include "ActorImpl.hpp" -#include "src/kernel/activity/ExecImpl.hpp" +#include "src/simix/ActorImpl.hpp" +#include "src/simix/popping_private.hpp" +#include "xbt/Extendable.hpp" /** @brief Host datatype from SIMIX POV */ namespace simgrid { @@ -43,7 +38,6 @@ public: } } -extern "C" { XBT_PRIVATE void SIMIX_host_add_auto_restart_process(sg_host_t host, const char* name, std::function code, void* data, double kill_time, std::map* properties, int auto_restart); @@ -53,7 +47,6 @@ XBT_PRIVATE void SIMIX_host_autorestart(sg_host_t host); XBT_PRIVATE void SIMIX_execution_finish(smx_activity_t synchro); XBT_PRIVATE void SIMIX_set_category(smx_activity_t synchro, const char* category); -} XBT_PRIVATE boost::intrusive_ptr SIMIX_execution_start(const char* name, double flops_amount, double priority, double bound, sg_host_t host);