X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b32b23aea39e895a5aca1fbd6613337ca1ae47c..07eb08dd092e89871ab3ed9fcf41ad0219598e3b:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index dab1d629c1..082dc35f07 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -113,7 +113,7 @@ public: * @brief SURF network link interface class * @details A Link represents the link between two [hosts](\ref simgrid::surf::HostImpl) */ -class LinkImpl : public simgrid::surf::Resource, public simgrid::surf::PropertyHolder { +class LinkImpl : public simgrid::kernel::model::Resource, public simgrid::surf::PropertyHolder { protected: LinkImpl(simgrid::surf::NetworkModel* model, const std::string& name, kernel::lmm::Constraint* constraint); ~LinkImpl() override;