X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..6e5cfd7ff86900354c20502af95ee5f751492753:/src/xbt/backtrace_dummy.c diff --git a/src/xbt/backtrace_dummy.c b/src/xbt/backtrace_dummy.c index 823f685669..68733532a6 100644 --- a/src/xbt/backtrace_dummy.c +++ b/src/xbt/backtrace_dummy.c @@ -2,7 +2,8 @@ /* backtrace_dummy -- stubs of this module for non-supported archs */ -/* Copyright (c) 2003-2008, Da SimGrid team. All rights reserved. */ +/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. + * 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. */ @@ -11,11 +12,11 @@ #include "xbt_modinter.h" /* Module creation/destruction */ -void xbt_backtrace_init(void) +void xbt_backtrace_preinit(void) { } -void xbt_backtrace_exit(void) +void xbt_backtrace_postexit(void) { }