X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a21edf0ad00eee185ec492e9bbf094901fa25fe..fd1d8acdec3f70b71f6153c2205df3f16a57627d:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index a748f1e722..e848f89f34 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -142,6 +142,7 @@ XBT_PUBLIC(msg_host_t) MSG_get_host_by_name(const char *name); XBT_PUBLIC(xbt_dynar_t) MSG_hosts_as_dynar(void); XBT_PUBLIC(int) MSG_get_host_number(void); XBT_PUBLIC(xbt_dynar_t) MSG_host_get_storage_list(msg_host_t host); +XBT_PUBLIC(xbt_dynar_t) MSG_host_get_storage_content(msg_host_t host); /************************** Process handling *********************************/ XBT_PUBLIC(msg_process_t) MSG_process_create(const char *name, xbt_main_func_t code,