X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/53ae81d87fd83a9f71cdf1a783a3c8b0b86e353b..395875ca7134a1860a2f087acd3bdc59b8329ecb:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 42a21e72ee..843c881e6e 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -157,7 +157,7 @@ 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); +XBT_PUBLIC(msg_process_t) MSG_process_restart(msg_process_t process); /************************** Task handling ************************************/ XBT_PUBLIC(msg_task_t) MSG_task_create(const char *name,