Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the routing stuff to its namespace
[simgrid.git] / include / simgrid / s4u / host.hpp
index 6a4103e..4283ab5 100644 (file)
@@ -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 */