X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c775b15953dcbe0cd45f46671962b513792ddaca..0a45fa4dc0e8e1d2a2b32020473c4c3ddd8debdc:/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;