X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a07d63f0f7ce92c6e77881af3ca2fd1113f1fd1..6a53589d043ef92bb71eeac8dae8a6b1497b2f97:/src/surf/cpu_interface.hpp diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index bb4ceecacf..1b050c8082 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -44,13 +44,10 @@ public: * * @param host The host that will have this CPU * @param speedPeak The peak spead (max speed in Flops when no external load comes from a trace) - * @param speedTrace Trace variations + * @param speedTrace Speed variations * @param core The number of core of this Cpu - * @param state_trace [TODO] */ - virtual Cpu *createCpu(simgrid::s4u::Host *host, xbt_dynar_t speedPeak, - tmgr_trace_t speedTrace, int core, - tmgr_trace_t state_trace)=0; + virtual Cpu *createCpu(simgrid::s4u::Host *host, xbt_dynar_t speedPeak, tmgr_trace_t speedTrace, int core)=0; void updateActionsStateLazy(double now, double delta); void updateActionsStateFull(double now, double delta);