Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Platform generation can now be used with MSG
[simgrid.git] / src / msg / msg_private.h
index 97af923..6c95445 100644 (file)
@@ -153,5 +153,7 @@ void MSG_comm_copy_data_from_SIMIX(smx_action_t comm, void* buff, size_t buff_si
 void _MSG_action_init(void);
 void _MSG_action_exit(void);
 
+void MSG_post_create_environment(void);
+
 SG_END_DECL()
 #endif