X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/32df9acdb9c57513bf704fab767117eaccdcecc9..4edbb8bc7f57b17b10ff9e130cd66b634840002c:/src/simgrid/host.cpp diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index 977068ce62..3bc21b18c7 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -14,6 +14,7 @@ #include "src/kernel/routing/NetPoint.hpp" #include "src/simix/smx_host_private.h" #include "src/surf/HostImpl.hpp" +#include "src/surf/cpu_interface.hpp" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(sg_host, sd, "Logging specific to sg_hosts"); @@ -103,8 +104,6 @@ xbt_dynar_t sg_hosts_as_dynar() // ========= Layering madness ==============* -#include "src/surf/cpu_interface.hpp" - // ========== User data Layer ========== void *sg_host_user(sg_host_t host) { return host->extension(USER_HOST_LEVEL); @@ -116,11 +115,6 @@ void sg_host_user_destroy(sg_host_t host) { host->extension_set(USER_HOST_LEVEL, nullptr); } -// ========== Simix layer ============= -smx_host_priv_t sg_host_simix(sg_host_t host){ - return host->extension(); -} - // ========= storage related functions ============ xbt_dict_t sg_host_get_mounted_storage_list(sg_host_t host){ return host->pimpl_->getMountedStorageList();