Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the implementation should not mess with the fields of the interface
[simgrid.git] / src / plugins / vm / VirtualMachineImpl.hpp
index 0a25e54..06d413e 100644 (file)
@@ -78,13 +78,15 @@ 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);
   void setParams(vm_params_t params);
 
   /* The vm object of the lower layer */
-  CpuAction* action_ = nullptr;
+  Action* action_ = nullptr;
 
   /* Dirty pages stuff */
   int dp_enabled                     = 0;