X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0438cb0afe03a5f104af019df44f52aec27d2458..a4814a9f448c5eeac2272ee04d2ef88810ccc951:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index a0f6261927..3d92365fd7 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -151,6 +151,8 @@ XBT_PUBLIC(int) MSG_process_self_PID(void); XBT_PUBLIC(int) MSG_process_self_PPID(void); XBT_PUBLIC(msg_process_t) MSG_process_self(void); XBT_PUBLIC(xbt_dynar_t) MSG_processes_as_dynar(void); +XBT_PUBLIC(int) MSG_process_get_number(void); + XBT_PUBLIC(msg_error_t) MSG_process_set_kill_time(msg_process_t process, double kill_time); /*property handlers*/