X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07f07c110338b034abedccf6fdb2d0dcbf6c7f3e..72fd786285169a44659ae03a6255618e577c9e13:/include/simgrid/platf.h?ds=sidebyside diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index 9ba24217e9..4031d13d73 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -241,6 +241,7 @@ typedef struct { const char* content; const char* content_type; xbt_dict_t properties; + const char* attach; } s_sg_platf_storage_cbarg_t, *sg_platf_storage_cbarg_t; #define SG_PLATF_STORAGE_INITIALIZER {NULL,NULL,NULL,NULL} @@ -251,6 +252,7 @@ typedef struct { const char* content; const char* content_type; xbt_dict_t properties; + xbt_dict_t model_properties; sg_size_t size; } s_sg_platf_storage_type_cbarg_t, *sg_platf_storage_type_cbarg_t;