X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8af8a1a1a07bf54b28a5fc112ac1ee7875b5c250..20bd6775d978362f99c47ba22aef63540f771b98:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 51e31073c2..a54b4844fc 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -87,6 +87,7 @@ XBT_PUBLIC(void) MSG_file_dump(msg_file_t fd); XBT_PUBLIC(int) MSG_file_unlink(msg_file_t fd); XBT_PUBLIC(xbt_dict_t) MSG_file_ls(const char *mount, const char *path); +XBT_PUBLIC(size_t) MSG_storage_get_free_size(msg_storage_t sd); /************************** AS Router handling ************************************/ XBT_PUBLIC(const char *) MSG_as_router_get_property_value(const char* asr, const char *name);