X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e45e2bf6e0e59b7e594df0cefa6954d9a94fe7f..356d964ef596cb5f8905b6a6f54a1053d8ad86b6:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 1a9986c473..42a21e72ee 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -157,6 +157,8 @@ XBT_PUBLIC(int) MSG_process_is_suspended(msg_process_t process); XBT_PUBLIC(void) MSG_process_on_exit(int_f_pvoid_t fun, void *data); XBT_PUBLIC(void) MSG_process_auto_restart_set(msg_process_t process, int auto_restart); +XBT_PUBLIC(void) MSG_process_restart(msg_process_t process); + /************************** Task handling ************************************/ XBT_PUBLIC(msg_task_t) MSG_task_create(const char *name, double compute_duration,