Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSVC] correct support for thread-local storage
[simgrid.git] / include / simgrid.h
1 /* simgrid.h - Public interface all SimGrid APIs                            */
2
3 /* Copyright (c) 2014. The SimGrid Team.
4  * All rights reserved.                                                     */
5
6 /* This program is free software; you can redistribute it and/or modify it
7  * under the terms of the license (GNU LGPL) which comes with this package. */
8
9 #ifndef SIMGRID_H
10 #define SIMGRID_H
11
12 #include <xbt.h>
13
14 #include <simgrid/datatypes.h>
15 #include <simgrid/modelchecker.h>
16 #include <simgrid/platf_generator.h>
17 #include <simgrid/platf.h>
18 #include <simgrid/simix.h>
19 #include <simgrid/plugins.h>
20
21 // SG_BEGIN_DECL()
22 // nothing
23 // SG_END_DECL()
24
25 #endif                          /* SG_PLATF_H */