X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/127880536a17bd02faba5e25df542b50c9fe72cc..6107bfa22ce651ef87f9862000366be3a88fc6a5:/include/xbt/file_stat.h diff --git a/include/xbt/file_stat.h b/include/xbt/file_stat.h index b4ee8c7567..7bdd3aca63 100644 --- a/include/xbt/file_stat.h +++ b/include/xbt/file_stat.h @@ -16,7 +16,7 @@ typedef struct file_stat { char *group; char *date; /* FIXME: update to time_t or double */ char *time; /* FIXME: update to time_t or double */ - size_t size; + double size; } s_file_stat_t, *file_stat_t; static XBT_INLINE void file_stat_copy(s_file_stat_t *src, s_file_stat_t *dst)