X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39206ce7634bcbb07c6b8ec500e8a01e601d70eb..f4e13da91b79636379546d5091c9fa1632034eba:/src/surf/workstation.c diff --git a/src/surf/workstation.c b/src/surf/workstation.c index c4c000bb15..a9497169ed 100644 --- a/src/surf/workstation.c +++ b/src/surf/workstation.c @@ -369,7 +369,7 @@ static xbt_dict_t ws_get_storage_list(void *workstation) { s_mount_t mnt; unsigned int i; - xbt_dict_t storage_list = xbt_dict_new(); + xbt_dict_t storage_list = xbt_dict_new_homogeneous(NULL); char *storage_name = NULL; workstation_CLM03_t ws = (workstation_CLM03_t) surf_workstation_resource_priv(workstation);