X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/71980d9754a6693a769dce2f1e55d92103b46b5e..d8b7c68e680779249d9b06a00537b2a68485a14d:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index 7dd89ff19c..e3f39ba0c6 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -6,6 +6,8 @@ #ifndef SIMGRID_S4U_HOST_HPP #define SIMGRID_S4U_HOST_HPP +#include + #include #include @@ -26,7 +28,7 @@ namespace s4u { /** @ingroup s4u_api * - * @tableofcontents + * @tableofcontents * * An host represents some physical resource with computing and networking capabilities. * @@ -99,7 +101,7 @@ public: /** DO NOT USE DIRECTLY (@todo: these should be protected, once our code is clean) */ surf::Cpu *pimpl_cpu = nullptr; /** DO NOT USE DIRECTLY (@todo: these should be protected, once our code is clean) */ - routing::NetCard *pimpl_netcard = nullptr; + kernel::routing::NetCard *pimpl_netcard = nullptr; public: /*** Called on each newly created object */