X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec4e2d87d99b8ad76c9096033eb858e9052b09fa..c495fe6769bec6f17769365a17a7a2673902efcc:/src/surf/host_ptask_L07.hpp diff --git a/src/surf/host_ptask_L07.hpp b/src/surf/host_ptask_L07.hpp index 4db4ea2cff..8100346c8d 100644 --- a/src/surf/host_ptask_L07.hpp +++ b/src/surf/host_ptask_L07.hpp @@ -105,6 +105,8 @@ public: void updateState(tmgr_trace_event_t event_type, double value, double date) override; Action *execute(double size) override; Action *sleep(double duration) override; +protected: + void onSpeedChange() override; }; class LinkL07 : public Link { @@ -157,7 +159,7 @@ public: void setPriority(double priority) override; double getRemains() override; - std::vector * p_edgeList = new std::vector(); + std::vector * p_netcardList = new std::vector(); double *p_computationAmount; double *p_communicationAmount; double m_latency;