X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa8e71be179a7a12e74bcc550fa6fe2c54b8446a..1dee267bd3ff0307b408c7169308f976965b6d10:/src/surf/storage_private.h diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index c5ae4d2fbf..c1b812b7d0 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -23,7 +23,7 @@ typedef struct s_mount { typedef struct surf_stat { /* file status structure */ s_file_stat_t stat; /* possible additionnal fields (e.g., popularity, last access time to know whether the file is in cache, ...) */ -} s_surf_stat_t, *surf_stat_t; +} s_surf_stat_t; typedef struct surf_file { char *name;