Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add dummy typedefs to fix build in C mode.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 9 Oct 2017 13:38:08 +0000 (15:38 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 10 Oct 2017 11:32:56 +0000 (13:32 +0200)
include/simgrid/forward.h

index 45a0af2..e2cdeab 100644 (file)
@@ -98,6 +98,9 @@ typedef struct Trace tmgr_Trace;
 
 typedef struct s_smx_context* smx_context_t;
 typedef struct s_smx_actor* smx_actor_t;
 
 typedef struct s_smx_context* smx_context_t;
 typedef struct s_smx_actor* smx_actor_t;
+typedef struct s_smx_mutex* smx_mutex_t;
+typedef struct s_smx_mailbox* smx_mailbox_t;
+typedef struct s_surf_file* surf_file_t;
 
 #endif
 
 
 #endif