Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "try to port the gras simulation side to the new smx_network infrastructure...
[simgrid.git] / include / xbt / ex.h
index a688f0d89d9c4c34ff3e51b12ce0d3c7a488d944..af1c0a3955151ee29678363799b15ab4bdd640ff 100644 (file)
@@ -18,6 +18,8 @@
 #include "xbt/misc.h"
 #include "xbt/virtu.h"
 
+SG_BEGIN_DECL()
+
 /*-*-* Emergency debuging: define this when the exceptions get crazy *-*-*/
 #undef __EX_MAYDAY
 
@@ -513,5 +515,7 @@ XBT_PUBLIC(void) xbt_backtrace_current(xbt_ex_t * e);
 /** @brief Display a previously captured backtrace */
 XBT_PUBLIC(void) xbt_backtrace_display(xbt_ex_t * e);
 
+SG_END_DECL()
+
 /** @} */
 #endif /* __XBT_EX_H__ */