Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Got bored during a meeting: fix the copyright notice of several useless files (found...
[simgrid.git] / include / gras.h
index e605f71..6563a7a 100644 (file)
 #define GRAS_H
 
 #include <xbt.h> /* our toolbox */
+#include <xbt/ex.h> /* There's a whole bunch of exception handling in GRAS */
 
-#include <gras/core.h> /* FIXME: killme */
 #include <gras/process.h>
+#include <gras/module.h>
 #include <gras/virtu.h>
-#include <gras/cond.h>
+#include <gras/emul.h>
 
 #include <gras/transport.h>
 #include <gras/datadesc.h>
 #include <gras/messages.h>
+#include <gras/timer.h>
+
+XBT_PUBLIC(void) gras_init(int *argc, char **argv);
+XBT_PUBLIC(void) gras_exit(void);
 
 #endif /* GRAS_H */