X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f7c345a00e92ff915252ae30043dc90ca9a48686..fc8be6494932e66a359ae5d47103a566cc8234f4:/include/simgrid/kernel/routing/RoutedZone.hpp diff --git a/include/simgrid/kernel/routing/RoutedZone.hpp b/include/simgrid/kernel/routing/RoutedZone.hpp index 0d1937787c..46c6518e37 100644 --- a/include/simgrid/kernel/routing/RoutedZone.hpp +++ b/include/simgrid/kernel/routing/RoutedZone.hpp @@ -50,7 +50,7 @@ namespace routing { class XBT_PRIVATE RoutedZone : public NetZoneImpl { public: - explicit RoutedZone(NetZoneImpl* father, std::string name); + explicit RoutedZone(NetZoneImpl* father, std::string name, resource::NetworkModel* netmodel); void get_graph(xbt_graph_t graph, std::map* nodes, std::map* edges) override;