Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a s4u::Link class, at least
[simgrid.git] / include / simgrid / s4u / NetZone.hpp
index 155a95c..6b738f1 100644 (file)
@@ -65,7 +65,7 @@ public:
   /*** Called on each newly created regular route (not on bypass routes) */
   static simgrid::xbt::signal<void(bool symmetrical, kernel::routing::NetPoint* src, kernel::routing::NetPoint* dst,
                                    kernel::routing::NetPoint* gw_src, kernel::routing::NetPoint* gw_dst,
-                                   std::vector<Link*>* link_list)>
+                                   std::vector<surf::LinkImpl*>* link_list)>
       onRouteCreation;
 
 protected: