Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a VM-related function out of HostImpl
[simgrid.git] / src / plugins / vm / VirtualMachineImpl.hpp
index 0a25e54..b13f3e7 100644 (file)
@@ -78,6 +78,8 @@ public:
   /** @brief Get the physical machine hosting the VM */
   s4u::Host* getPm();
 
+  sg_size_t getRamsize();
+
   virtual void setBound(double bound);
 
   void getParams(vm_params_t params);