X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/939f45165f7ccadb14508dbc6a234a60464b5f57..f5b33cf312e7587372d2df1e52be62434fa202f7:/src/surf/surfxml_parse.c diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index 4b38442e72..28eb7f8256 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -118,7 +118,7 @@ void ETag_surfxml_storage(void) memset(&storage,0,sizeof(storage)); storage.id = A_surfxml_storage_id; - storage.model = A_surfxml_storage_model; + storage.type = A_surfxml_storage_type; storage.properties = current_property_set; storage.content = A_surfxml_storage_content; current_property_set = NULL;