X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ccd57a953c53876aaa887293d2e580043010178..54f3e8ef2b6a97e765f395cfdead327fb0989c5f:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 1c72dbeb1e..4a521c55e2 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -481,7 +481,11 @@ XBT_PUBLIC(int) simcall_file_unlink(smx_file_t fd); XBT_PUBLIC(xbt_dict_t) simcall_file_ls(const char* mount, const char* path); XBT_PUBLIC(size_t) simcall_file_get_size(smx_file_t fd); XBT_PUBLIC(xbt_dynar_t) simcall_file_get_info(smx_file_t fd); -XBT_PUBLIC(size_t) simcall_storage_get_free_size (smx_storage_t storage); + +/***************************** Storage **********************************/ +XBT_PUBLIC(size_t) simcall_storage_get_free_size (const char* name); +XBT_PUBLIC(size_t) simcall_storage_get_used_size (const char* name); + /************************** AS router **********************************/ XBT_PUBLIC(xbt_dict_t) SIMIX_asr_get_properties(const char *name); /************************** AS router simcalls ***************************/