X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8f91f4dae8d61a55a6bc1dba242f2a5c326b536..6ebcf09b6c37399ca597870339c1c5e60b1f774b:/src/surf/storage_private.h?ds=sidebyside 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;