X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d7dca1d2de1e6d67027e4ba33fefe1eb09550e3..ed06a04349269c97969b549f83f73d718246cc13:/include/xbt/log.hpp diff --git a/include/xbt/log.hpp b/include/xbt/log.hpp index 875b3ad714..6dbf711f5f 100644 --- a/include/xbt/log.hpp +++ b/include/xbt/log.hpp @@ -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(); + } }