X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae6b6e727bc0b3b7726f48fbac4449c3a9c479a2..a9361ff5f9057e93ed0bbdfac0eab6e5ba8aeab8:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index 93fd2f1f4e..e66a2241a1 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -29,7 +29,7 @@ namespace simgrid { NetworkConstantModel() : NetworkModel() { }; ~NetworkConstantModel() override; - Action *communicate(routing::NetCard *src, routing::NetCard *dst, double size, double rate) override; + Action *communicate(kernel::routing::NetCard *src, kernel::routing::NetCard *dst, double size, double rate) override; double next_occuring_event(double now) override; bool next_occuring_event_isIdempotent() override {return true;} void updateActionsState(double now, double delta) override;