X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9789ab443456db17ab488320128d58373e81cc7d..b99d3a6127ec8f300b95e9bc3a90085814a19539:/src/surf/ptask_L07.hpp diff --git a/src/surf/ptask_L07.hpp b/src/surf/ptask_L07.hpp index ae232a5223..9cd64429c7 100644 --- a/src/surf/ptask_L07.hpp +++ b/src/surf/ptask_L07.hpp @@ -49,7 +49,7 @@ public: CpuL07Model(HostL07Model* hmodel, kernel::lmm::System* sys); ~CpuL07Model(); - Cpu *createCpu(simgrid::s4u::Host *host, std::vector *speedPerPstate, int core) override; + Cpu* create_cpu(simgrid::s4u::Host* host, std::vector* speed_per_pstate, int core) override; HostL07Model *hostModel_; }; @@ -71,7 +71,7 @@ public: class CpuL07 : public Cpu { public: - CpuL07(CpuL07Model *model, simgrid::s4u::Host *host, std::vector * speedPerPstate, int core); + CpuL07(CpuL07Model* model, simgrid::s4u::Host* host, std::vector* speed_per_pstate, int core); ~CpuL07() override; bool is_used() override; void apply_event(tmgr_trace_event_t event, double value) override;