Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : hash of regions in snapshot stored instead of all the data
[simgrid.git] / src / xbt / backtrace_dummy.c
1 /* $Id: ex_interface.h 3782 2007-07-14 09:11:06Z mquinson $ */
2
3 /* backtrace_dummy -- stubs of this module for non-supported archs          */
4
5 /* Copyright (c) 2008, 2009, 2010. The SimGrid Team.
6  * All rights reserved.                                                     */
7
8 /* This program is free software; you can redistribute it and/or modify it
9  * under the terms of the license (GNU LGPL) which comes with this package. */
10
11 #include "xbt/ex.h"
12 #include "xbt_modinter.h"
13
14 /* Module creation/destruction */
15 void xbt_backtrace_preinit(void)
16 {
17 }
18
19 void xbt_backtrace_postexit(void)
20 {
21 }
22
23 /* create a backtrace in the given exception */
24 void xbt_backtrace_current(xbt_ex_t * e)
25 {
26 }
27
28 /* prepare a backtrace for display */
29 void xbt_ex_setup_backtrace(xbt_ex_t * e)
30 {
31 }