X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0909f6ea8e2ed9702bd8a2c31163bc3474be79ef..e2c10f61cfd4d58faa73f006aa74def2c73c8860:/include/gras/emul.h diff --git a/include/gras/emul.h b/include/gras/emul.h index a1835095ed..20dd401fe6 100644 --- a/include/gras/emul.h +++ b/include/gras/emul.h @@ -46,17 +46,17 @@ SG_BEGIN_DECL() */ /** \brief Returns true only if the program runs on real life */ -int gras_if_RL(void); +XBT_PUBLIC int gras_if_RL(void); /** \brief Returns true only if the program runs within the simulator */ -int gras_if_SG(void); +XBT_PUBLIC int gras_if_SG(void); /** @} */ -int gras_bench_always_begin(const char *location, int line); -int gras_bench_always_end(void); -int gras_bench_once_begin(const char *location, int line); -int gras_bench_once_end(void); +XBT_PUBLIC int gras_bench_always_begin(const char *location, int line); +XBT_PUBLIC int gras_bench_always_end(void); +XBT_PUBLIC int gras_bench_once_begin(const char *location, int line); +XBT_PUBLIC int gras_bench_once_end(void); /** @addtogroup GRAS_emul * \section GRAS_emul_timing Emulation