X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4b597ac2a550a08c142293e59e4c4d2bdad8ff5d..e5a5b0f6ee35cb592f9345a9dafa0e29df8477ef:/src/surf/virtual_machine.hpp?ds=sidebyside diff --git a/src/surf/virtual_machine.hpp b/src/surf/virtual_machine.hpp index b65d29198b..c69a11ca16 100644 --- a/src/surf/virtual_machine.hpp +++ b/src/surf/virtual_machine.hpp @@ -4,6 +4,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#include + #include #include "src/surf/HostImpl.hpp" @@ -75,7 +77,6 @@ public: sg_host_t getPm(); virtual void setBound(double bound)=0; - virtual void setAffinity(Cpu *cpu, unsigned long mask)=0; /* The vm object of the lower layer */ CpuAction *action_;