Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use long int for the pids, just to be sure without doublechecking what the size of...
[simgrid.git] / src / gras_modinter.h
index 2a71756..e462634 100644 (file)
@@ -11,8 +11,8 @@
 #define GRAS_MODINTER_H
 
 /* modules initialization functions */
-void gras_chrono_init(void);
-void gras_chrono_exit(void); 
+void gras_emul_init(void);
+void gras_emul_exit(void); 
 
 void gras_msg_register(void);
 void gras_msg_init(void);