X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b3677b425b9cc6949c1573d59ac772540cbf4b2..7b02515baed02f4f6b8808eb16b0e0175eb53395:/examples/msg/io/storage.c diff --git a/examples/msg/io/storage.c b/examples/msg/io/storage.c index e2778d0e55..eb6abcc786 100644 --- a/examples/msg/io/storage.c +++ b/examples/msg/io/storage.c @@ -36,7 +36,7 @@ static int host(int argc, char *argv[]){ msg_storage_t storage; // Retrieve all mount points of current host - xbt_dict_t storage_list = MSG_host_get_storage_list(MSG_host_self()); + xbt_dict_t storage_list = MSG_host_get_mounted_storage_list(MSG_host_self()); xbt_dict_foreach(storage_list,cursor,mount_name,storage_name) { // For each disk mounted on host