X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d17c885aa26ea6c36c1fc0c6ab39ddd5d509755..6bffab333103f7f6c28905966b69889ae32b2d0f:/src/surf/storage_n11.cpp diff --git a/src/surf/storage_n11.cpp b/src/surf/storage_n11.cpp index 53b75032e7..e1a0cd27b1 100644 --- a/src/surf/storage_n11.cpp +++ b/src/surf/storage_n11.cpp @@ -19,7 +19,7 @@ extern std::map storage_types; void check_disk_attachment() { - for (auto const& s : simgrid::s4u::Engine::getInstance()->getAllStorages()) { + for (auto const& s : simgrid::s4u::Engine::get_instance()->get_all_storages()) { simgrid::kernel::routing::NetPoint* host_elm = sg_netpoint_by_name_or_null(s->getImpl()->getHost().c_str()); if (not host_elm) surf_parse_error(std::string("Unable to attach storage ") + s->get_cname() + ": host " +