Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation error with gcc4.4
[simgrid.git] / src / surf / storage_private.h
index c5ae4d2..c1b812b 100644 (file)
@@ -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, ...) */
 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;
 
 typedef struct surf_file {
   char *name;