X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2767d04dfce45dee33cbf8dc3efb156383119093..bd8f299ddd6d1aafe35de6687c4e6d163010682c:/include/simgrid/platf.h diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index b9ed1ebe88..6639f2c9c2 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -235,7 +235,7 @@ typedef struct { 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}