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 b13f3e7..06d413e 100644 (file)
@@ -86,7 +86,7 @@ public:
   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;