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