X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73def24a2f85941f5f0fe550e73bcb686583a7a6..b24f30653c7107b2c85ea2f3704f722efe8648e6:/src/surf/surfxml_parse.c diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index ac5d93b99b..91e0254dd3 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -144,6 +144,7 @@ void ETag_surfxml_storage_type(void) storage_type.id = A_surfxml_storage_type_id; storage_type.model = A_surfxml_storage_type_model; storage_type.properties = current_property_set; + storage_type.size = surf_parse_get_int(A_surfxml_storage_type_size); sg_platf_new_storage_type(&storage_type); current_property_set = NULL; }