X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2db530ae7af2f2d5b9b80877117816279279d7c3..fa8e71be179a7a12e74bcc550fa6fe2c54b8446a:/include/simgrid/platf.h diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index 68f3a73f45..a08e6a67da 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -111,7 +111,7 @@ typedef struct { } s_sg_platf_storage_cbarg_t, *sg_platf_storage_cbarg_t; typedef struct { - const char* type_id; + const char* id; const char* model; const char* content; xbt_dict_t properties;