X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4c26ba57441232984df834fb6056d511478e02ff..8f4c00936fdabbd005cbf15ca132ceb248f72dcd:/src/s4u/s4u_host.cpp diff --git a/src/s4u/s4u_host.cpp b/src/s4u/s4u_host.cpp index d821972504..dcfa890cd1 100644 --- a/src/s4u/s4u_host.cpp +++ b/src/s4u/s4u_host.cpp @@ -257,7 +257,7 @@ xbt_dict_t Host::mountedStoragesAsDict() * \brief Returns the list of storages attached to an host. * \return a dict containing all storages attached to the host */ -xbt_dynar_t Host::attachedStorages() +std::vector Host::attachedStorages() { return simgrid::simix::kernelImmediate([this] { return this->pimpl_->getAttachedStorageList();