Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics. Rename model for type into storage tag.
[simgrid.git] / src / surf / surfxml_parse.c
index 4b38442..28eb7f8 100644 (file)
@@ -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;