From 134908de4aba4e2b46d486bdd363083d75b85897 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 9 Oct 2017 15:38:08 +0200 Subject: [PATCH] Add dummy typedefs to fix build in C mode. --- include/simgrid/forward.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.20.1