X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/80d4d1aa426ab111f611d3716144265d60b05c9a..dcbbc368228a7623d2f8a53028f6da8f64a5a128:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 339848c1bd..0eda539c6a 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -309,12 +309,12 @@ typedef struct { /* the exception context */ typedef ex_ctx_t *(*ex_ctx_cb_t)(void); -extern ex_ctx_cb_t __xbt_ex_ctx; +extern ex_ctx_cb_t XBT_PUBLIC_DATA __xbt_ex_ctx; extern ex_ctx_t *__xbt_ex_ctx_default(void); /* the termination handler */ typedef void (*ex_term_cb_t)(xbt_ex_t *); -extern ex_term_cb_t __xbt_ex_terminate; +extern ex_term_cb_t XBT_PUBLIC_DATA __xbt_ex_terminate; extern void __xbt_ex_terminate_default(xbt_ex_t *e); /** @brief Introduce a block where exception may be dealed with