Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Be compliant with flexml v1.67. This permits to don't have same generated variable...
[simgrid.git] / include / simgrid / platf.h
index 68f3a73..a08e6a6 100644 (file)
@@ -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;