Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename the plugins from the command line, and document it
[simgrid.git] / src / surf / ptask_L07.hpp
index 9cd6442..01f1c80 100644 (file)
@@ -84,7 +84,7 @@ public:
   kernel::resource::Action* sleep(double duration) override;
 
 protected:
-  void onSpeedChange() override;
+  void on_speed_change() override;
 };
 
 class LinkL07 : public kernel::resource::LinkImpl {