Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / include / simgrid / sg_config.h
1 /* Copyright (c) 2012-2014. The SimGrid Team.
2  * All rights reserved.                                                     */
3
4 /* This program is free software; you can redistribute it and/or modify it
5  * under the terms of the license (GNU LGPL) which comes with this package. */
6
7 #include "xbt/config.h"
8
9 /** Config Globals */
10 SG_BEGIN_DECL()
11
12 XBT_PUBLIC_DATA(xbt_cfg_t) simgrid_config;
13 XBT_PUBLIC_DATA(int) _sg_cfg_init_status;
14 XBT_PUBLIC_DATA(int) _sg_cfg_exit_asap;
15
16 XBT_PUBLIC(void) sg_config_init(int *argc, char **argv);
17 XBT_PUBLIC(void) sg_config_finalize();
18
19 SG_END_DECL()