Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Mark as volatile a variable used in a CATCH block
[simgrid.git] / src / xbt_modinter.h
1 /* $Id$ */
2
3 /* xbt_modinter - How to init/exit the XBT modules                          */
4
5 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
6
7 /* This program is free software; you can redistribute it and/or modify it
8  * under the terms of the license (GNU LGPL) which comes with this package. */
9
10 #ifndef XBT_MODINTER_H
11 #define XBT_MODINTER_H
12
13 /* Modules definitions */
14 void xbt_log_init(int *argc,char **argv);
15 void xbt_log_exit(void);
16 void xbt_fifo_exit(void);
17 void xbt_dict_exit(void);
18
19 #endif /* XBT_MODINTER_H */