Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Get the simulated exceptions as verbose as real ones
[simgrid.git] / include / xbt / ex.h
index 3f1ecf3..4882588 100644 (file)
@@ -415,6 +415,8 @@ extern void __xbt_ex_terminate_default(xbt_ex_t *e);
 void xbt_ex_free(xbt_ex_t e);
 const char * xbt_ex_catname(xbt_errcat_t cat);
 
+void xbt_ex_display(xbt_ex_t *e);
+
 /** @} */
 #endif /* __XBT_EX_H__ */