Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not require doxygen in maintainer mode
[simgrid.git] / src / xbt / backtrace_dummy.c
index 8efe729..a4e1509 100644 (file)
@@ -8,13 +8,15 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "xbt/ex.h"
-#include "xbt/ex_private.h"
+#include "xbt_modinter.h"
 
 /* Module creation/destruction */
 void xbt_backtrace_init(void) { }
-
 void xbt_backtrace_exit(void) { }
 
 /* create a backtrace in the given exception */
+void xbt_backtrace_current(xbt_ex_t *e)  { }
+
+/* prepare a backtrace for display */
 void xbt_ex_setup_backtrace(xbt_ex_t *e)  { }