Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
found a hidden unsigned long
authorsuter <frederic.suter@cc.in2p3.fr>
Wed, 25 Sep 2013 12:56:31 +0000 (14:56 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Wed, 25 Sep 2013 12:56:56 +0000 (14:56 +0200)
include/simgrid/platf.h

index b9ed1eb..6639f2c 100644 (file)
@@ -235,7 +235,7 @@ typedef struct {
   const char* content;
   const char* content_type;
   xbt_dict_t properties;
   const char* content;
   const char* content_type;
   xbt_dict_t properties;
-  unsigned long size; /* size in Gbytes */
+  size_t size;
 } s_sg_platf_storage_type_cbarg_t, *sg_platf_storage_type_cbarg_t;
 
 #define SG_PLATF_STORAGE_TYPE_INITIALIZER {NULL,NULL,NULL,NULL,NULL}
 } s_sg_platf_storage_type_cbarg_t, *sg_platf_storage_type_cbarg_t;
 
 #define SG_PLATF_STORAGE_TYPE_INITIALIZER {NULL,NULL,NULL,NULL,NULL}