X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e8b81d4470572d179add1e71b0ff81025154b00..a4302d47da5fe39de9b87271c9a977cd86da51bb:/src/surf/surfxml_parse.c diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index c695806fa2..2798ab1230 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -128,6 +128,7 @@ void ETag_surfxml_storage(void) storage.id = A_surfxml_storage_id; storage.type_id = A_surfxml_storage_typeId; + storage.content = A_surfxml_storage_content; sg_platf_new_storage(&storage); } void STag_surfxml_storage_type(void)