X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b290f787830132aa439a4b3d6052e5f2f76a040..e53e94eb6cb9f8edda78234ec8a0ba7880431d2a:/src/s4u/s4u_Host.cpp diff --git a/src/s4u/s4u_Host.cpp b/src/s4u/s4u_Host.cpp index b56ad8fe02..02684f98bd 100644 --- a/src/s4u/s4u_Host.cpp +++ b/src/s4u/s4u_Host.cpp @@ -172,7 +172,7 @@ void Host::route_to(const Host* dest, std::vector& } /** @brief Returns the networking zone englobing that host */ -NetZone* Host::get_englobing_zone() +NetZone* Host::get_englobing_zone() const { return pimpl_netpoint_->get_englobing_zone()->get_iface(); }