X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5dc616d3c0127e742e4e8f6470aafbb7d789e6c1..c215f8139368ac8b172ad664c05d4f2b4211a961:/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)