Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix warnings with make simgrid_documentation.
[simgrid.git] / src / surf / storage_interface.hpp
index b014d25..23c82b4 100644 (file)
@@ -307,6 +307,7 @@ typedef struct s_storage_type {
   char *content_type;
   char *type_id;
   xbt_dict_t properties;
+  xbt_dict_t model_properties;
   sg_size_t size;
 } s_storage_type_t, *storage_type_t;