Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename GROS to XBT, thanks Arnaud ;)
[simgrid.git] / include / gras.h
1 /* $Id$ */
2
3 /* gras.h - Public interface to the GRAS                                    */
4
5 /* Authors: Martin Quinson                                                  */
6 /* Copyright (C) 2003 the OURAGAN project.                                  */
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 #ifndef GRAS_H
12 #define GRAS_H
13
14 #include <xbt.h> /* our toolbox */
15
16 #include <gras/core.h> /* FIXME: killme */
17 #include <gras/process.h>
18 #include <gras/virtu.h>
19 #include <gras/cond.h>
20
21 #include <gras/transport.h>
22 #include <gras/datadesc.h>
23 #include <gras/messages.h>
24
25 /* FIXME: This is amok */
26
27 #include <gras/modules/base.h>
28 #include <gras/modules/bandwidth.h>
29
30 #endif /* GRAS_H */