X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6d3f858df02279918d1973a2eb86704bd3c3d490..6cb7d1fc585d47d6dbad8c288e8f275448f8025c:/src/surf/cpu_cas01.hpp diff --git a/src/surf/cpu_cas01.hpp b/src/surf/cpu_cas01.hpp index 4516d98968..938c39e0ba 100644 --- a/src/surf/cpu_cas01.hpp +++ b/src/surf/cpu_cas01.hpp @@ -40,9 +40,9 @@ public: CpuCas01(CpuCas01Model *model, simgrid::s4u::Host *host, std::vector *speedPerPstate, int core); ~CpuCas01() override; void apply_event(tmgr_trace_event_t event, double value) override; - CpuAction *execution_start(double size) override; + CpuAction* execution_start(double size) override; CpuAction* execution_start(double size, int requestedCore) override; - CpuAction *sleep(double duration) override; + CpuAction* sleep(double duration) override; bool isUsed() override;