X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e5a5b0f6ee35cb592f9345a9dafa0e29df8477ef..cc9460b0958168a1f9adec8208d190bf128ce6cc:/src/surf/vm_hl13.hpp diff --git a/src/surf/vm_hl13.hpp b/src/surf/vm_hl13.hpp index 478b5092a0..54642d3f4e 100644 --- a/src/surf/vm_hl13.hpp +++ b/src/surf/vm_hl13.hpp @@ -33,7 +33,7 @@ public: VMHL13Model(); ~VMHL13Model(){}; - VirtualMachine *createVM(const char *name, sg_host_t host_PM) override; + s4u::Host *createVM(const char *name, sg_host_t host_PM) override; double next_occuring_event(double now) override; void adjustWeightOfDummyCpuActions() override {}; void updateActionsState(double /*now*/, double /*delta*/) override;