From bd8f299ddd6d1aafe35de6687c4e6d163010682c Mon Sep 17 00:00:00 2001 From: suter Date: Wed, 25 Sep 2013 14:56:31 +0200 Subject: [PATCH 1/1] found a hidden unsigned long --- include/simgrid/platf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.20.1