Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This is already exported from the corresponding header (include/xbt/ex.h), as it...
[simgrid.git] / src / xbt / ex.c
index 9cf9b325156351f640a9e6d82cfc67ea373393c9..e45ecf194e822897cd2388c694f8a3e74be511fb 100644 (file)
@@ -267,8 +267,9 @@ void __xbt_ex_terminate_default(xbt_ex_t *e)  {
 }
 
 /* the externally visible API */
-XBT_EXPORT_NO_IMPORT(ex_ctx_cb_t)  __xbt_ex_ctx       = &__xbt_ex_ctx_default;
-XBT_EXPORT_NO_IMPORT(ex_term_cb_t) __xbt_ex_terminate = &__xbt_ex_terminate_default;
+ex_ctx_cb_t  __xbt_ex_ctx       = &__xbt_ex_ctx_default;
+ex_term_cb_t __xbt_ex_terminate = &__xbt_ex_terminate_default;
+
 
 void xbt_ex_free(xbt_ex_t e) {
   int i;