X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e5a5b0f6ee35cb592f9345a9dafa0e29df8477ef..bfed90d7c58bf90f06017312bc82965a416986eb:/src/surf/virtual_machine.hpp 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<