Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change way vivaldi coordinates are managed internally
[simgrid.git] / include / simgrid / kernel / routing / VivaldiZone.hpp
index d7627b9..4e4f6af 100644 (file)
@@ -47,7 +47,7 @@ namespace routing {
 class XBT_PRIVATE VivaldiZone : public ClusterZone {
 public:
   using ClusterZone::ClusterZone;
-  void set_peer_link(NetPoint* netpoint, double bw_in, double bw_out, const std::string& coord);
+  void set_peer_link(NetPoint* netpoint, double bw_in, double bw_out);
   void get_local_route(NetPoint* src, NetPoint* dst, RouteCreationArgs* into, double* latency) override;
 };