Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Method does not exist.
[simgrid.git] / src / s4u / s4u_host.cpp
index 904b950..b4245ed 100644 (file)
@@ -169,7 +169,7 @@ void Host::routeTo(Host* dest, std::vector<surf::LinkImpl*>* links, double* late
     XBT_CDEBUG(surf_route, "Route from '%s' to '%s' (latency: %f):", getCname(), dest->getCname(),
                (latency == nullptr ? -1 : *latency));
     for (auto const& link : *links)
-      XBT_CDEBUG(surf_route, "Link %s", link->cname());
+      XBT_CDEBUG(surf_route, "Link %s", link->getCname());
   }
 }