X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e4a3f0cfb4cce8161d15bd2f531bff6007f3ce5..5a9c70d5dfe11c9c7660b795b00f49b4170da968:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 89350f1451..2a92b9f050 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -22,7 +22,9 @@ XBT_PUBLIC(void) MSG_global_init_args(int *argc, char **argv); 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_with_automaton(xbt_automaton_t a); +XBT_PUBLIC(MSG_error_t) MSG_main_stateful(void); +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);