Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics. Rename model for type into storage tag.
[simgrid.git] / include / simgrid / platf.h
index 8326dbd..1d7028c 100644 (file)
@@ -107,7 +107,7 @@ typedef struct s_sg_platf_cluster_cbarg {
 
 typedef struct {
   const char* id;
-  const char* model;
+  const char* type;
   const char* content;
   xbt_dict_t properties;
 } s_sg_platf_storage_cbarg_t, *sg_platf_storage_cbarg_t;