X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b5fccb9ee8a7ceeaac12a51a9963e0be26247971..ae6b6e727bc0b3b7726f48fbac4449c3a9c479a2:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index 6a4103e731..4283ab5f1d 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -100,7 +100,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) */ - surf::NetCard *pimpl_netcard = nullptr; + routing::NetCard *pimpl_netcard = nullptr; public: /*** Called on each newly created object */