X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88fad0aaff9eb463f048bfdfe4ad6218aba44ddb..aa8c0aedd4f2031f1a7356a5b0ff6569ab262b64:/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.