X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/127880536a17bd02faba5e25df542b50c9fe72cc..04f2b15db2c02d9db03aa0f447ace60906a24b67:/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;