Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
"new ruby host method"
[simgrid.git] / src / xbt / backtrace_dummy.c
index 8efe729..823f685 100644 (file)
@@ -8,13 +8,23 @@
  * 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_init(void)
+{
+}
 
-void xbt_backtrace_exit(void) { }
+void xbt_backtrace_exit(void)
+{
+}
 
 /* create a backtrace in the given exception */
-void xbt_ex_setup_backtrace(xbt_ex_t *e)  { }
-
+void xbt_backtrace_current(xbt_ex_t * e)
+{
+}
+
+/* prepare a backtrace for display */
+void xbt_ex_setup_backtrace(xbt_ex_t * e)
+{
+}