X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/93c8beeb914dc3624c3818b21f17567345b4d36c..efb4f45908f62882ef6ebd34742f29d079d99736:/src/simix/smx_smurf_private.h diff --git a/src/simix/smx_smurf_private.h b/src/simix/smx_smurf_private.h index 915c890181..1b20fbe351 100644 --- a/src/simix/smx_smurf_private.h +++ b/src/simix/smx_smurf_private.h @@ -7,6 +7,8 @@ #ifndef _SIMIX_SMURF_PRIVATE_H #define _SIMIX_SMURF_PRIVATE_H +SG_BEGIN_DECL() + /********************************* Simcalls *********************************/ /* we want to build the e_smx_simcall_t enumeration, the table of the @@ -492,14 +494,8 @@ typedef struct s_smx_simcall { }; } s_smx_simcall_t, *smx_simcall_t; -#ifdef __cplusplus -extern "C" { -#endif SIMCALL_LIST(SIMCALL_RES_GETSET, SIMCALL_SEP_NOTHING) SIMCALL_LIST(SIMCALL_ARG_GETSET, SIMCALL_SEP_NOTHING) -#ifdef __cplusplus -} -#endif /******************************** General *************************************/ @@ -519,5 +515,7 @@ typedef smx_action_t (*simcall_handler_t)(u_smx_scalar_t *); extern const char *simcall_types[]; extern simcall_handler_t simcall_table[]; +SG_END_DECL() + #endif