Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Separate ConditionVariableImpl into its own files
[simgrid.git] / src / kernel / routing / FullZone.cpp
index 208d9376bab506dfb9fda0523f15715bfca978c8..b0c87c0e860e2398a74455a9c4802c9e89b2cf3a 100644 (file)
@@ -71,9 +71,8 @@ void FullZone::get_local_route(NetPoint* src, NetPoint* dst, RouteCreationArgs*
   }
 }
 
-void FullZone::add_route(kernel::routing::NetPoint* src, kernel::routing::NetPoint* dst,
-                         kernel::routing::NetPoint* gw_src, kernel::routing::NetPoint* gw_dst,
-                         std::vector<simgrid::surf::LinkImpl*>& link_list, bool symmetrical)
+void FullZone::add_route(NetPoint* src, NetPoint* dst, NetPoint* gw_src, NetPoint* gw_dst,
+                         std::vector<resource::LinkImpl*>& link_list, bool symmetrical)
 {
   addRouteCheckParams(src, dst, gw_src, gw_dst, link_list, symmetrical);