Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Return an error code when the simulation deadlocks. Avoid deadlock in this simulation.
[simgrid.git] / include / gras.h
index fb905970ba6f45a0f103a1a5bd6692bb1ae3ca97..b974bd8792e109398a782b72d634fb5ed327c1e4 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/virtu.h>
-#include <gras/cond.h>
-#include <gras/chrono.h>
+#include <gras/emul.h>
 
 #include <gras/transport.h>
 #include <gras/datadesc.h>
 #include <gras/messages.h>
 #include <gras/timer.h>
 
+void gras_init(int *argc, char **argv);
+void gras_exit(void);
+
 #endif /* GRAS_H */