X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d1428a44b2e13f8c22afcb04c3315b6adbe6be85..6574906fc7ef8966b3140b596df794b8e05cd504:/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp diff --git a/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp b/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp index e594a1e083..feaba5e2ed 100644 --- a/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp +++ b/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp @@ -16,7 +16,7 @@ static void host() /* - Retrieve all mount points of current host */ std::unordered_map const& storage_list = - simgrid::s4u::Host::current()->getMountedStorages(); + simgrid::s4u::Host::current()->get_mounted_storages(); /* - For each disk mounted on host, display disk name and mount point */ for (auto const& kv : storage_list)