X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3a2e010df11371c99e2cbe15ed44f63e50863535..a44d99b7ed60456d5f016fc2ac2e2aa41410a008:/include/simgrid/s4u/NetZone.hpp diff --git a/include/simgrid/s4u/NetZone.hpp b/include/simgrid/s4u/NetZone.hpp index b4dc45b34b..9daaf7b750 100644 --- a/include/simgrid/s4u/NetZone.hpp +++ b/include/simgrid/s4u/NetZone.hpp @@ -129,6 +129,8 @@ public: s4u::Link* create_link(const std::string& name, const std::vector& bandwidths); s4u::Link* create_link(const std::string& name, const std::string& bandwidth); + kernel::resource::NetworkModelIntf* get_network_model() const; + /** * @brief Make a router within that NetZone *