From: degomme Date: Wed, 6 Apr 2016 21:54:32 +0000 (+0200) Subject: Same thing. But working, this time. X-Git-Tag: v3_13~143 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9e304009645a572d241702dbd026445dffb394f0?hp=7f71c595be569acd81e8c7b97924bd2d0efc3f6c Same thing. But working, this time. --- diff --git a/src/xbt/config.c b/src/xbt/config.c index 1890645955..c13411c732 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -21,7 +21,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_cfg, xbt, "configuration support"); -xbt_cfg_t simgrid_config = NULL; +XBT_EXPORT_NO_IMPORT(xbt_cfg_t) simgrid_config = NULL; static void xbt_cfg_register(xbt_cfg_t * cfg, const char *name, const char *desc, e_xbt_cfgelm_type_t type, xbt_cfg_cb_t cb_set); /* xbt_cfgelm_t: the typedef corresponding to a config variable. */