From: Arnaud Giersch Date: Mon, 9 Oct 2017 13:38:08 +0000 (+0200) Subject: Add dummy typedefs to fix build in C mode. X-Git-Tag: v3.18~504^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/134908de4aba4e2b46d486bdd363083d75b85897 Add dummy typedefs to fix build in C mode. --- diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 45a0af22d4..e2cdeab06b 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -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_mutex* smx_mutex_t; +typedef struct s_smx_mailbox* smx_mailbox_t; +typedef struct s_surf_file* surf_file_t; #endif