Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in VM13
[simgrid.git] / src / surf / vm_hl13.hpp
index ca0f380..2244a38 100644 (file)
@@ -53,19 +53,17 @@ public:
   VMHL13(VMModel *model, const char* name, xbt_dict_t props, sg_host_t host_PM);
   ~VMHL13();
 
   VMHL13(VMModel *model, const char* name, xbt_dict_t props, sg_host_t host_PM);
   ~VMHL13();
 
-  void suspend();
-  void resume();
+  void suspend() override;
+  void resume() override;
 
 
-  void save();
-  void restore();
+  void save() override;
+  void restore() override;
 
 
-  void migrate(sg_host_t ind_dst_pm);
+  void migrate(sg_host_t ind_dst_pm) override;
 
   e_surf_resource_state_t getState();
   void setState(e_surf_resource_state_t state);
 
 
   e_surf_resource_state_t getState();
   void setState(e_surf_resource_state_t state);
 
-  sg_host_t getPm(); // will be vm_ws_get_pm()
-
   void setBound(double bound);
   void setAffinity(Cpu *cpu, unsigned long mask);
 
   void setBound(double bound);
   void setAffinity(Cpu *cpu, unsigned long mask);