Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add 'content' priority for storage and then storage_type
[simgrid.git] / include / simgrid / platf.h
index 1fdafeb..3c40e0f 100644 (file)
@@ -128,6 +128,7 @@ typedef struct s_sg_platf_cluster_cbarg {
 typedef struct {
   const char* id;
   const char* type_id;
+  const char* content;
 } s_sg_platf_storage_cbarg_t, *sg_platf_storage_cbarg_t;
 
 typedef struct {