Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the half backen setAffinity feature
[simgrid.git] / src / surf / vm_hl13.hpp
index 7b66c2a..478b509 100644 (file)
@@ -45,8 +45,8 @@ public:
 
 class VMHL13 : public VirtualMachine {
 public:
-  VMHL13(VMModel *model, const char* name, xbt_dict_t props, sg_host_t host_PM);
-  ~VMHL13() {}
+  VMHL13(VMModel *model, const char* name, sg_host_t host_PM);
+  ~VMHL13();
 
   void suspend() override;
   void resume() override;
@@ -57,7 +57,6 @@ public:
   void migrate(sg_host_t ind_dst_pm) override;
 
   void setBound(double bound) override;
-  void setAffinity(Cpu *cpu, unsigned long mask) override;
 };
 
 /**********