X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/274ff3a104711075a837ddc6e677e713b3348354..4336abba16bcd2db4ea0606119483ccb6d86df28:/teshsuite/s4u/storage_client_server/storage_client_server.cpp diff --git a/teshsuite/s4u/storage_client_server/storage_client_server.cpp b/teshsuite/s4u/storage_client_server/storage_client_server.cpp index b801f7c8d2..b2fdc637b2 100644 --- a/teshsuite/s4u/storage_client_server/storage_client_server.cpp +++ b/teshsuite/s4u/storage_client_server/storage_client_server.cpp @@ -95,7 +95,7 @@ static void get_set_storage_data(const char* storage_name) static void dump_platform_storages() { - std::unordered_map* storages = simgrid::s4u::allStorages(); + std::map* storages = simgrid::s4u::allStorages(); for (auto storage : *storages) { XBT_INFO("Storage %s is attached to %s", storage.first.c_str(), storage.second->host());