From: suter Date: Wed, 25 Sep 2013 12:56:31 +0000 (+0200) Subject: found a hidden unsigned long X-Git-Tag: v3_9_90~84 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bd8f299ddd6d1aafe35de6687c4e6d163010682c?hp=2767d04dfce45dee33cbf8dc3efb156383119093;ds=sidebyside found a hidden unsigned long --- 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}