X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df378195faf69652a5982959e2b3477a504c40f2..7af5f68e45deae49059e1495630646d0c875a6a5:/src/surf/vm_hl13.hpp diff --git a/src/surf/vm_hl13.hpp b/src/surf/vm_hl13.hpp index 6b0d8b2376..a901656b9d 100644 --- a/src/surf/vm_hl13.hpp +++ b/src/surf/vm_hl13.hpp @@ -34,7 +34,7 @@ public: ~VMHL13Model(){}; VirtualMachine *createVM(const char *name, sg_host_t host_PM) override; - double shareResources(double now) override; + double next_occuring_event(double now) override; void adjustWeightOfDummyCpuActions() override {}; void updateActionsState(double /*now*/, double /*delta*/) override; }; @@ -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;