X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/de74c92736a83f89b47de30f7603e25d4f6687a5..0afad4b7e2215154531cd6b2933af898ec6b781d:/src/plugins/vm/VirtualMachineImpl.hpp diff --git a/src/plugins/vm/VirtualMachineImpl.hpp b/src/plugins/vm/VirtualMachineImpl.hpp index 553fffa8e8..709ff69224 100644 --- a/src/plugins/vm/VirtualMachineImpl.hpp +++ b/src/plugins/vm/VirtualMachineImpl.hpp @@ -16,8 +16,6 @@ #define GUESTOS_NOISE 100 // This value corresponds to the cost of the global action associated to the VM // It corresponds to the cost of a VM running no tasks. -typedef struct s_dirty_page* dirty_page_t; - namespace simgrid { namespace vm { @@ -57,9 +55,6 @@ public: virtual void setBound(double bound); - void getParams(vm_params_t params); - void setParams(vm_params_t params); - /* The vm object of the lower layer */ surf::Action* action_ = nullptr; @@ -89,7 +84,6 @@ public: private: simgrid::s4u::Host* hostPM_; - s_vm_params_t params_; int coreAmount_; size_t ramsize_ = 0; e_surf_vm_state_t vmState_ = SURF_VM_STATE_CREATED;