X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f72e3ef2896f8dbb89dd641508f99817a1438756..08d9a6809b424483f0f6579f8a1a5bcea3af40ad:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 578e222c32..17ed281306 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -91,6 +91,8 @@ XBT_PUBLIC(void) __MSG_file_get_info(msg_file_t fd); /************************** Storage handling ***********************************/ XBT_PUBLIC(size_t) MSG_storage_get_free_size(const char* name); XBT_PUBLIC(size_t) MSG_storage_get_used_size(const char* name); +XBT_PUBLIC(msg_storage_t) MSG_storage_get_by_name(const char *name); +XBT_PUBLIC(xbt_dict_t) MSG_storage_get_properties(msg_storage_t storage); /************************** AS Router handling ************************************/ XBT_PUBLIC(const char *) MSG_as_router_get_property_value(const char* asr, const char *name);