Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allowing to send tasks containing "ruby task" value plus "the user data"
[simgrid.git] / src / gras_modinter.h
index f99b7da..7ec311e 100644 (file)
@@ -9,8 +9,12 @@
 
 #ifndef GRAS_MODINTER_H
 #define GRAS_MODINTER_H
+#include <xbt/misc.h>           /* XBT_PUBLIC */
 
 /* modules initialization functions */
+void gras_emul_init(void);
+void gras_emul_exit(void);
+
 void gras_msg_register(void);
 void gras_msg_init(void);
 void gras_msg_exit(void);