X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d740fcc38174fbe1e9c5ec70ac3a15999fd62ac2..4ae9f63ace263d25410e750ed2bf60b1b137dac4:/src/surf/storage.c diff --git a/src/surf/storage.c b/src/surf/storage.c index 0f28e4f11c..53691367bd 100644 --- a/src/surf/storage.c +++ b/src/surf/storage.c @@ -215,7 +215,7 @@ static xbt_dict_t storage_get_content(void *storage) char *file; sg_storage_size_t *psize; - xbt_dict_foreach(((storage_t)st)->content, cursor, file, psize){ + xbt_dict_foreach(((storage_t)storage_resource)->content, cursor, file, psize){ xbt_dict_set(content_dict,file,psize,NULL); } return content_dict;