X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a6b0a991a67e6f2f67c03fed43529e078da7115..c80eff88110151cbf0bf09fafeeab4b287e185ab:/src/surf/ptask_L07.hpp diff --git a/src/surf/ptask_L07.hpp b/src/surf/ptask_L07.hpp index 1476127cc2..eb7cb699e1 100644 --- a/src/surf/ptask_L07.hpp +++ b/src/surf/ptask_L07.hpp @@ -55,9 +55,7 @@ public: ~CpuL07Model(); Cpu *createCpu(simgrid::s4u::Host *host, xbt_dynar_t speedPeakList, - int pstate, double speedScale, tmgr_trace_t speedTrace, int core, - int initiallyOn, tmgr_trace_t state_trace) override; HostL07Model *p_hostModel; }; @@ -71,7 +69,6 @@ public: tmgr_trace_t bw_trace, double lat_initial, tmgr_trace_t lat_trace, - int initiallyOn, tmgr_trace_t state_trace, e_surf_link_sharing_policy_t policy, xbt_dict_t properties) override; @@ -88,9 +85,8 @@ public: class CpuL07 : public Cpu { public: - CpuL07(CpuL07Model *model, simgrid::s4u::Host *host, xbt_dynar_t speedPeakList, int pstate, - double power_scale, tmgr_trace_t power_trace, - int core, int initiallyOn, tmgr_trace_t state_trace); + CpuL07(CpuL07Model *model, simgrid::s4u::Host *host, xbt_dynar_t speedPeakList, + tmgr_trace_t power_trace, int core, tmgr_trace_t state_trace); ~CpuL07(); bool isUsed() override; void apply_event(tmgr_trace_iterator_t event, double value) override; @@ -107,7 +103,6 @@ public: tmgr_trace_t bw_trace, double lat_initial, tmgr_trace_t lat_trace, - int initiallyOn, tmgr_trace_t state_trace, e_surf_link_sharing_policy_t policy); ~LinkL07(){ };