X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a9c73193ecafbb368417633205702fe2499bb83..5f9b13c6302e914a514168da8ff54818c0ee6787:/src/surf/cpu_cas01.hpp diff --git a/src/surf/cpu_cas01.hpp b/src/surf/cpu_cas01.hpp index 6580407b83..d2022aae48 100644 --- a/src/surf/cpu_cas01.hpp +++ b/src/surf/cpu_cas01.hpp @@ -46,7 +46,7 @@ public: int pstate, double speedScale, tmgr_trace_t speedTrace, int core, int initiallyOn, tmgr_trace_t stateTrace) ; ~CpuCas01(); - void apply_event(tmgr_trace_iterator_t event_type, double value) override; + void apply_event(tmgr_trace_iterator_t event, double value) override; CpuAction *execution_start(double size) override; CpuAction *sleep(double duration) override;