X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/976ee462f4626798ebf76ca46d13f53e10e0e28d..3c67cbdbcd451a8059eba237a886c19faa0f4ebe:/src/simix/smx_deployment.c diff --git a/src/simix/smx_deployment.c b/src/simix/smx_deployment.c index cd3d2afad5..36a1a1da50 100644 --- a/src/simix/smx_deployment.c +++ b/src/simix/smx_deployment.c @@ -143,7 +143,7 @@ void SIMIX_launch_application(const char *file) * \param name the reference name of the function. * \param code the function */ -void SIMIX_function_register(const char *name, xbt_main_func_t code) +XBT_INLINE void SIMIX_function_register(const char *name, xbt_main_func_t code) { xbt_assert0(simix_global, "SIMIX_global_init has to be called before SIMIX_function_register.");