X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52b41ba5f4cbc90aa34bb84e6774e880b00b2776..248ef080d26ba69c3ce967cf6593190f50ff8677:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index b99a048420..0bdfbab887 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -332,6 +332,7 @@ XBT_PUBLIC(smx_host_t) simcall_process_get_host(smx_process_t process); XBT_PUBLIC(const char *) simcall_process_get_name(smx_process_t process); XBT_PUBLIC(int) simcall_process_is_suspended(smx_process_t process); XBT_PUBLIC(xbt_dict_t) simcall_process_get_properties(smx_process_t host); +XBT_PUBLIC(void) simcall_process_set_kill_time(smx_process_t process, double kill_time); /* Sleep control */ XBT_PUBLIC(e_smx_state_t) simcall_process_sleep(double duration);