X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..e6f836d79ad3def5358ceafe9c4640fbf163cc42:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index f007fcb1e6..2ae9d68afa 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -27,8 +27,8 @@ public: class NetworkConstantAction : public NetworkAction { public: - NetworkConstantAction(NetworkConstantModel* model_, double size, double latency); - ~NetworkConstantAction(); + NetworkConstantAction(NetworkConstantModel* model_, s4u::Host& src, s4u::Host& dst, double size, double latency); + ~NetworkConstantAction() override; double initial_latency_; void update_remains_lazy(double now) override; };