X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/71ff3d7f1d30d20062764ffa3b63e7e69b7a637a..0d08efd41a22b0813a99a3c206152d2edcbf3f00:/src/surf/cpu_interface.hpp diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index bd2bf49b4f..1f2be7993e 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -148,7 +148,7 @@ public: /*< @brief Setup the trace file with availability events (peak speed changes due to external load). * Trace must contain relative values (ratio between 0 and 1) */ - virtual void set_speed_trace(tmgr_trace_t trace); + virtual void set_speed_trace(kernel::profile::Profile* trace); protected: Metric speed_ = {1.0, 0, nullptr};