X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/efacb3792fdfe6bc849af2ce1a2e426c092601fb..bfed90d7c58bf90f06017312bc82965a416986eb:/src/surf/virtual_machine.hpp?ds=sidebyside diff --git a/src/surf/virtual_machine.hpp b/src/surf/virtual_machine.hpp index c69a11ca16..2ba18598d0 100644 --- a/src/surf/virtual_machine.hpp +++ b/src/surf/virtual_machine.hpp @@ -114,7 +114,7 @@ public: * @param name The name of the new VM * @param host_PM The real machine hosting the VM */ - virtual VirtualMachine *createVM(const char *name, sg_host_t host_PM)=0; + virtual s4u::Host *createVM(const char *name, sg_host_t host_PM)=0; void adjustWeightOfDummyCpuActions() {}; typedef boost::intrusive::member_hook<