X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a34aa584ccd2bdb81659d0e5df22864cf999c0f4..8b9fbe95d804fdef03fd9e09419d568dddcbec3f:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index 97af923ebf..4d84ce19b5 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -16,7 +16,7 @@ #include "xbt/dict.h" #include "xbt/config.h" #include "instr/instr_private.h" - +#include "simix/smx_private.h" SG_BEGIN_DECL() /**************** datatypes **********************************/ @@ -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