X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/878020909e91d141e57373397d8dede76c5fde03..e98908d4e3ea9f355370a4f0a9db15b9593b7eb1:/src/s4u/s4u_host.cpp diff --git a/src/s4u/s4u_host.cpp b/src/s4u/s4u_host.cpp index f075483450..527dc2965e 100644 --- a/src/s4u/s4u_host.cpp +++ b/src/s4u/s4u_host.cpp @@ -66,7 +66,7 @@ boost::unordered_map &Host::mountedStorages() { if (mounts == NULL) { mounts = new boost::unordered_map (); - xbt_dict_t dict = simcall_host_get_mounted_storage_list(p_inferior); + xbt_dict_t dict = p_inferior->getMountedStorageList(); xbt_dict_cursor_t cursor; char *mountname;