X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88474126433cd47e2289512aef9f6e0ddd260a4a..a5945452ef5b1114fd7c2fab0e865d776775c34d:/src/surf/AsClusterFatTree.hpp diff --git a/src/surf/AsClusterFatTree.hpp b/src/surf/AsClusterFatTree.hpp index f6aef466dc..f42da50d38 100644 --- a/src/surf/AsClusterFatTree.hpp +++ b/src/surf/AsClusterFatTree.hpp @@ -102,8 +102,8 @@ public: class XBT_PRIVATE AsClusterFatTree : public AsCluster { public: explicit AsClusterFatTree(const char*name); - ~AsClusterFatTree(); - virtual void getRouteAndLatency(NetCard *src, NetCard *dst, + ~AsClusterFatTree() override; + void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency) override;