Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oops. Forgot a stub
[simgrid.git] / src / xbt / backtrace_dummy.c
index 095c1d1613eeb689c2d91235e7a1d7533b29f5e7..a4e15092f44dc081abaf2fd6694f34089c52576b 100644 (file)
 
 /* 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)  { }