Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
text file used in trace usage test case
[simgrid.git] / include / gras.h
index 0e8614a..083e9d2 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/process.h>
+#include <gras/module.h>
 #include <gras/virtu.h>
 #include <gras/emul.h>
 
@@ -21,7 +23,7 @@
 #include <gras/messages.h>
 #include <gras/timer.h>
 
-void gras_init(int *argc, char **argv);
-void gras_exit(void);
+XBT_PUBLIC void gras_init(int *argc, char **argv);
+XBT_PUBLIC void gras_exit(void);
 
 #endif /* GRAS_H */