Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the properties from the host constructor
[simgrid.git] / src / surf / virtual_machine.hpp
index 5c6872e..4c64492 100644 (file)
@@ -58,10 +58,9 @@ public:
    *
    * @param model VMModel associated to this VM
    * @param name The name of the VM
-   * @param props Dictionary of properties associated to this VM
    * @param host The host
    */
-  VirtualMachine(simgrid::surf::HostModel *model, const char *name, xbt_dict_t props, simgrid::s4u::Host *host);
+  VirtualMachine(simgrid::surf::HostModel *model, const char *name, simgrid::s4u::Host *host);
 
   /** @brief Destructor */
   ~VirtualMachine();