Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
implement some more getters in surf::Link and s4u::Link
[simgrid.git] / include / xbt / log.hpp
index 875b3ad..6dbf711 100644 (file)
@@ -20,5 +20,7 @@ XBT_PUBLIC(void) logException(
   e_xbt_log_priority_t priority,
   const char* context, std::exception const& exception);
 
+XBT_PUBLIC(void) installExceptionHandler();
+
 }
 }