Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move content from MSG_VM to s4u::VM
[simgrid.git] / src / plugins / vm / s4u_VirtualMachine.cpp
index 86a184f..05d21f9 100644 (file)
@@ -68,6 +68,10 @@ double VirtualMachine::getRamsize()
 {
   return pimpl_vm_->params_.ramsize;
 }
+simgrid::s4u::Host* VirtualMachine::pm()
+{
+  return pimpl_vm_->getPm();
+}
 
 /** @brief Retrieve a copy of the parameters of that VM/PM
  *  @details The ramsize and overcommit fields are used on the PM too */