Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed some compilation issues (warnings) in last commits
[simgrid.git] / src / simix / smx_private.h
index 28cbd06..61acf3b 100644 (file)
@@ -64,7 +64,7 @@ typedef struct s_smx_file {
 
 typedef struct s_smx_stat {
   s_file_stat_t surf_stat;
-} s_smx_stat_t, *smx_stat_t;
+} s_smx_stat_t;
 
 /*********************************** Time ************************************/
 
@@ -185,6 +185,8 @@ static XBT_INLINE e_smx_state_t SIMIX_action_map_state(e_surf_action_state_t sta
   }
 }
 
+int process_syscall_color(void *p);
+
 void SIMIX_context_mod_init(void);
 void SIMIX_context_mod_exit(void);