X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f6a147ae4d559391e52232a5d0cde1cd5adf9e62..760450d2e6f3a6b6e8fac3d30efe1f848e8097e5:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 787df42f76..9a585fd256 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -353,6 +353,8 @@ XBT_PUBLIC(void) MSG_mailbox_set_async(const char *alias); /************************** Action handling **********************************/ XBT_PUBLIC(msg_error_t) MSG_action_trace_run(char *path); +XBT_PUBLIC(void) MSG_action_init(void); +XBT_PUBLIC(void) MSG_action_exit(void); #ifdef MSG_USE_DEPRECATED