X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26ac9068d6a455a6a9fce5205d36c76edae24d07..c41d2ffc9d4d4b5e15f98d5b4febc20ab9810aed:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 836531ec23..a72f16b120 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -1,6 +1,8 @@ /* ex - Exception Handling */ -/* Copyright (c) 2005-2013. The SimGrid Team. */ +/* Copyright (c) 2005-2014. The SimGrid Team. + * All rights reserved. */ + /* Copyright (c) 2002-2004 Ralf S. Engelschall */ /* Copyright (c) 2002-2004 The OSSP Project */ /* Copyright (c) 2002-2004 Cable & Wireless */ @@ -469,6 +471,8 @@ XBT_PUBLIC( void )__xbt_ex_terminate_default(xbt_ex_t * e); /** @brief Exception destructor */ XBT_PUBLIC(void) xbt_ex_free(xbt_ex_t e); +/** @brief The display made by an exception that is not catched */ +XBT_PUBLIC(void) xbt_ex_display(xbt_ex_t * e); /** @brief Shows a backtrace of the current location */ XBT_PUBLIC(void) xbt_backtrace_display_current(void);