X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1933a95e2b0981f030408fa642adc48877934c75..7f3377c45dd56a56dda26e2f9ecee83527f6f47a:/include/simgrid/s4u/VirtualMachine.hpp diff --git a/include/simgrid/s4u/VirtualMachine.hpp b/include/simgrid/s4u/VirtualMachine.hpp index d736b50d57..d455e5628f 100644 --- a/include/simgrid/s4u/VirtualMachine.hpp +++ b/include/simgrid/s4u/VirtualMachine.hpp @@ -27,8 +27,8 @@ namespace s4u { * * @tableofcontents * - * A VM is a virtual machine that contains actors. The total computing power that the contained - * processes can get is constrained to the virtual machine size. + * A VM represents a virtual machine (or a container) that hosts actors. + * The total computing power that the contained actors can get is constrained to the virtual machine size. * */ XBT_PUBLIC_CLASS VirtualMachine : public s4u::Host @@ -46,6 +46,9 @@ private: virtual ~VirtualMachine(); public: void start(); + void suspend(); + void resume(); + bool isMigrating(); void getParameters(vm_params_t params);