Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation error with gcc4.4
[simgrid.git] / src / simix / smx_private.h
index 28cbd06..824239f 100644 (file)
@@ -64,7 +64,7 @@ typedef struct s_smx_file {
 
 typedef struct s_smx_stat {
   s_file_stat_t surf_stat;
 
 typedef struct s_smx_stat {
   s_file_stat_t surf_stat;
-} s_smx_stat_t, *smx_stat_t;
+} s_smx_stat_t;
 
 /*********************************** Time ************************************/
 
 
 /*********************************** Time ************************************/