Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize the OOP of kernel::profile
[simgrid.git] / src / surf / cpu_interface.cpp
index 5cf965e..0c71813 100644 (file)
@@ -138,7 +138,7 @@ void Cpu::set_speed_profile(kernel::profile::Profile* profile)
 {
   xbt_assert(speed_.event == nullptr, "Cannot set a second speed trace to Host %s", host_->get_cname());
 
-  speed_.event = future_evt_set.add_trace(profile, this);
+  speed_.event = profile->schedule(&future_evt_set, this);
 }