X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9cf597c8b21744f11128f1d93fd0cf8272106e27..88b3fa18553418e42fb0e853a0f92258b16d747e:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 2c30c65825..9f983ca1b1 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -116,6 +116,8 @@ 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); XBT_PUBLIC(const char *) MSG_host_get_name(msg_host_t host); XBT_PUBLIC(void) MSG_host_on(msg_host_t host); XBT_PUBLIC(void) MSG_host_off(msg_host_t host);