X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f159a7002798e65df6c90c3b9f774f48920aa41b..d2bcfd3eafb285dddd08ebb4e24d63b0b68f10e9:/src/surf/cpu_cas01.hpp diff --git a/src/surf/cpu_cas01.hpp b/src/surf/cpu_cas01.hpp index 59d99308ae..d2022aae48 100644 --- a/src/surf/cpu_cas01.hpp +++ b/src/surf/cpu_cas01.hpp @@ -32,8 +32,7 @@ public: tmgr_trace_t speedTrace, int core, int initiallyOn, tmgr_trace_t state_trace) override; - double shareResourcesFull(double now) override; - void addTraces() override; + double next_occuring_event_full(double now) override; ActionList *p_cpuRunningActionSetThatDoesNotNeedBeingChecked; }; @@ -47,7 +46,7 @@ public: int pstate, double speedScale, tmgr_trace_t speedTrace, int core, int initiallyOn, tmgr_trace_t stateTrace) ; ~CpuCas01(); - void updateState(tmgr_trace_iterator_t event_type, double value, double date) override; + void apply_event(tmgr_trace_iterator_t event, double value) override; CpuAction *execution_start(double size) override; CpuAction *sleep(double duration) override;