Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The neat backtraces need a semi-public symbol from the exception mecanism exported...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 7 Apr 2006 15:42:30 +0000 (15:42 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 7 Apr 2006 15:42:30 +0000 (15:42 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2111 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/ex_interface.h [new file with mode: 0644]

diff --git a/src/xbt/ex_interface.h b/src/xbt/ex_interface.h
new file mode 100644 (file)
index 0000000..e5cb172
--- /dev/null
@@ -0,0 +1,17 @@
+/* $Id$ */
+
+/* ex -- exception handling                                                 */
+/* This file is not to be loaded from anywhere but ex.c                     */
+
+/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
+#ifndef _XBT_EX_INTERFACE_H_
+#define _XBT_EX_INTERFACE_H_
+
+void xbt_ex_setup_backtrace(xbt_ex_t *e);
+
+#endif  /* _XBT_EX_INTERFACE_H_ */
+