Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics in contexts
[simgrid.git] / src / kernel / context / ContextSwapped.hpp
index cfb9361..2794f4a 100644 (file)
@@ -38,8 +38,9 @@ public:
   static void initialize(bool parallel); // Initialize the module, using the options
   static void finalize();   // Finalize the module
 
   static void initialize(bool parallel); // Initialize the module, using the options
   static void finalize();   // Finalize the module
 
-  virtual void suspend();
+  void suspend() override;
   virtual void resume();
   virtual void resume();
+  void stop() override;
 
   virtual void swap_into(SwappedContext* to) = 0; // Defined in subclasses
 
 
   virtual void swap_into(SwappedContext* to) = 0; // Defined in subclasses