X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ede7d4e0f2464d8646f1d1a3b09fa7f678660ade..521a7a9b2e8b5472d076faa289cd58e1a60d6e34:/src/surf/host_ptask_L07.hpp diff --git a/src/surf/host_ptask_L07.hpp b/src/surf/host_ptask_L07.hpp index 0b0349e4ff..d2a60294ee 100644 --- a/src/surf/host_ptask_L07.hpp +++ b/src/surf/host_ptask_L07.hpp @@ -99,7 +99,7 @@ public: int core, int initiallyOn, tmgr_trace_t state_trace); ~CpuL07(); bool isUsed() override; - void updateState(tmgr_trace_iterator_t event_type, double value) override; + void apply_event(tmgr_trace_iterator_t event_type, double value) override; Action *execution_start(double size) override; Action *sleep(double duration) override; protected: @@ -118,7 +118,7 @@ public: e_surf_link_sharing_policy_t policy); ~LinkL07(){ }; bool isUsed() override; - void updateState(tmgr_trace_iterator_t event_type, double value) override; + void apply_event(tmgr_trace_iterator_t event_type, double value) override; void updateBandwidth(double value) override; void updateLatency(double value) override; };