X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8a740c0aa4e0f82e33046d10290b7a97136473d9..ec4e2d87d99b8ad76c9096033eb858e9052b09fa:/src/surf/host_ptask_L07.hpp diff --git a/src/surf/host_ptask_L07.hpp b/src/surf/host_ptask_L07.hpp index e21dc4471b..4db4ea2cff 100644 --- a/src/surf/host_ptask_L07.hpp +++ b/src/surf/host_ptask_L07.hpp @@ -81,7 +81,7 @@ public: e_surf_link_sharing_policy_t policy, xbt_dict_t properties) override; - Action *communicate(RoutingEdge *src, RoutingEdge *dst, double size, double rate) override; + Action *communicate(NetCard *src, NetCard *dst, double size, double rate) override; void addTraces() override {DIE_IMPOSSIBLE;}; bool shareResourcesIsIdempotent() override {return true;} @@ -157,7 +157,7 @@ public: void setPriority(double priority) override; double getRemains() override; - std::vector * p_edgeList = new std::vector(); + std::vector * p_edgeList = new std::vector(); double *p_computationAmount; double *p_communicationAmount; double m_latency;