Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill LinkPtr type and make Link* explicit
[simgrid.git] / src / surf / host_interface.hpp
index 3b1defd..9c88ad6 100644 (file)
@@ -353,7 +353,7 @@ public:
   xbt_dynar_t p_storage;
   RoutingEdgePtr p_netElm;
   CpuPtr p_cpu;
-  LinkPtr p_network;
+  Link* p_network; //FIXME:rename
 
   /**
    * @brief Get the list of virtual machines on the current Host