Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill LAST dict in internals !!!
[simgrid.git] / src / surf / cpu_interface.hpp
index 920f92f6f0c2994cc62725358ff6b15ffe16e193..fc67386f29da768f6dc8e069d5c2e012420fa65f 100644 (file)
@@ -168,6 +168,9 @@ static simgrid::xbt::signal<void(simgrid::surf::CpuAction*)> onShareChange;
 
   void updateRemainingLazy(double now) override;
   std::list<Cpu*> cpus();
+  
+  void suspend() override;
+  void resume() override;
 };
 
 }