X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6de03ecc4e630732984a0673512a5d15fd75e270..f2df13795e01302813a6aef10825ec7e922ce530:/include/simgrid/platf.h diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index f3619f3bd5..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}