X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd7d5780ee8b73efd58c83f5d6f864d0a941b3ed..109d62224188b1656557e52bd311debf7222e4f4:/include/xbt/asserts.h diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index 5e78a3bfe2..07a9ff0504 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -15,6 +15,8 @@ SG_BEGIN_DECL() XBT_PUBLIC_DATA int xbt_log_no_loc; /* Do not show the backtrace on failed backtrace when doing our tests */ +XBT_PUBLIC void xbt_backtrace_display_current(); + /** * @addtogroup XBT_error * @brief Those are the SimGrid version of the good ol' assert macro.