X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52b41ba5f4cbc90aa34bb84e6774e880b00b2776..248ef080d26ba69c3ce967cf6593190f50ff8677:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index d28939b70e..ec6b404996 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -125,6 +125,7 @@ XBT_PUBLIC(int) MSG_process_self_PID(void); XBT_PUBLIC(int) MSG_process_self_PPID(void); XBT_PUBLIC(m_process_t) MSG_process_self(void); XBT_PUBLIC(xbt_dynar_t) MSG_processes_as_dynar(void); +XBT_PUBLIC(MSG_error_t) MSG_process_set_kill_time(m_process_t process, double kill_time); /*property handlers*/ XBT_PUBLIC(xbt_dict_t) MSG_process_get_properties(m_process_t process);