X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1632f396f414f85f50611cad05e13c47ad06387e..eb45199603c7ab5afe3b2a5df3c2bd56254974f8:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index e3b5ac1ce8..44c79a4b93 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -81,6 +81,11 @@ XBT_PUBLIC(void) MSG_file_free_stat(s_msg_stat_t *stat); XBT_PUBLIC(int) MSG_file_unlink(msg_file_t fd); +/************************** AS Router handling ************************************/ +XBT_PUBLIC(const char *) MSG_as_router_get_property_value(const char* asr, const char *name); +XBT_PUBLIC(xbt_dict_t) MSG_as_router_get_properties(const char* asr); +XBT_PUBLIC(void) MSG_as_router_set_property_value(const char* asr, const char *name, char *value,void_f_pvoid_t free_ctn); + /************************** Host handling ***********************************/ XBT_PUBLIC(msg_error_t) MSG_host_set_data(msg_host_t host, void *data); XBT_PUBLIC(void *) MSG_host_get_data(msg_host_t host); @@ -263,6 +268,9 @@ XBT_PUBLIC(msg_error_t) MSG_mailbox_put_with_timeout(msg_mailbox_t mailbox, msg_task_t task, double timeout); +void MSG_mailbox_set_async(const char *alias); + + /************************** Action handling **********************************/ msg_error_t MSG_action_trace_run(char *path);