Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add disk usage and size parameters for storage.
[simgrid.git] / include / simgrid / platf.h
index c4cb422..1fdafeb 100644 (file)
@@ -135,6 +135,7 @@ typedef struct {
   const char* model;
   const char* content;
   xbt_dict_t properties;
   const char* model;
   const char* content;
   xbt_dict_t properties;
+  unsigned long size; /* size in Gbytes */
 } s_sg_platf_storage_type_cbarg_t, *sg_platf_storage_type_cbarg_t;
 
 typedef struct {
 } s_sg_platf_storage_type_cbarg_t, *sg_platf_storage_type_cbarg_t;
 
 typedef struct {