Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do generate the header we need with flexml
[simgrid.git] / include / gras.h
1 /* $Id$ */
2
3 /* gras.h - Public interface to the GRAS                                    */
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 GRAS_H
11 #define GRAS_H
12
13 #include <xbt.h> /* our toolbox */
14
15 #include <gras/core.h> /* FIXME: killme */
16 #include <gras/process.h>
17 #include <gras/virtu.h>
18 #include <gras/cond.h>
19
20 #include <gras/transport.h>
21 #include <gras/datadesc.h>
22 #include <gras/messages.h>
23
24 #endif /* GRAS_H */