Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the properties from the host constructor
[simgrid.git] / src / surf / vm_hl13.hpp
index 7b66c2a01a47d6c94f4d4fe3f312c211a5ac8d40..a901656b9dc93c38b7cf1848e355256d092e417f 100644 (file)
@@ -45,7 +45,7 @@ public:
 
 class VMHL13 : public VirtualMachine {
 public:
-  VMHL13(VMModel *model, const char* name, xbt_dict_t props, sg_host_t host_PM);
+  VMHL13(VMModel *model, const char* name, sg_host_t host_PM);
   ~VMHL13() {}
 
   void suspend() override;