X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30cbad5558adbe624358be3b839ae57a0b034d9e..5a9c70d5dfe11c9c7660b795b00f49b4170da968:/include/msg/msg.h?ds=sidebyside diff --git a/include/msg/msg.h b/include/msg/msg.h index 77b97784fd..2a92b9f050 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -23,7 +23,8 @@ XBT_PUBLIC(MSG_error_t) MSG_set_channel_number(int number); XBT_PUBLIC(int) MSG_get_channel_number(void); XBT_PUBLIC(MSG_error_t) MSG_main(void); XBT_PUBLIC(MSG_error_t) MSG_main_stateful(void); -XBT_PUBLIC(MSG_error_t) MSG_main_with_automaton(xbt_automaton_t a); +XBT_PUBLIC(MSG_error_t) MSG_main_liveness_stateful(xbt_automaton_t a); +XBT_PUBLIC(MSG_error_t) MSG_main_liveness_stateless(xbt_automaton_t a); XBT_PUBLIC(MSG_error_t) MSG_clean(void); XBT_PUBLIC(void) MSG_function_register(const char *name, xbt_main_func_t code);