Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify disk management
[simgrid.git] / src / s4u / s4u_Host.cpp
index 02698af..0bb59b5 100644 (file)
@@ -288,6 +288,7 @@ std::vector<Disk*> Host::get_disks() const
 {
   return kernel::actor::simcall([this] { return this->pimpl_->get_disks(); });
 }
+
 /**
  * @ingroup simix_storage_management
  * @brief Returns the list of storages attached to a host.