Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics around backtraces
[simgrid.git] / include / xbt / asserts.h
index 5e78a3bfe200ad6dafa011238495b7c2fc6768c8..07a9ff0504737649272cab024745d39363395756 100644 (file)
@@ -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 */
 
 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.
 /**
  * @addtogroup XBT_error
  * @brief Those are the SimGrid version of the good ol' assert macro.