Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove duplicate declaration for smx_file_t.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 31 Jan 2012 21:07:41 +0000 (22:07 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 31 Jan 2012 21:07:41 +0000 (22:07 +0100)
src/simix/smx_io_private.h

index c2ffde4..16a022b 100644 (file)
@@ -16,7 +16,6 @@ typedef struct s_smx_file {
   char *name;                   /**< @brief host name if any */
   void *data;                   /**< @brief user data */
 } s_smx_file_t;
   char *name;                   /**< @brief host name if any */
   void *data;                   /**< @brief user data */
 } s_smx_file_t;
-typedef struct s_smx_file *smx_file_t;
 /** @} */
 
 void SIMIX_pre_file_read(smx_simcall_t simcall);
 /** @} */
 
 void SIMIX_pre_file_read(smx_simcall_t simcall);