X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/67ccd46cbccb5a82d2acdc6e3188aaab11ea5fa8..636c4a39fd7018786f10c6e66954aae0ed5677d5:/src/simix/smx_io_private.h diff --git a/src/simix/smx_io_private.h b/src/simix/smx_io_private.h index fbd377ae74..82b447181f 100644 --- a/src/simix/smx_io_private.h +++ b/src/simix/smx_io_private.h @@ -32,6 +32,9 @@ smx_action_t SIMIX_file_ls(smx_process_t process, const char *mount, const char *path); size_t SIMIX_file_get_size(smx_process_t process, smx_file_t fd); +size_t SIMIX_pre_storage_get_free_size(smx_simcall_t simcall, smx_storage_t storage); +size_t SIMIX_storage_get_free_size(smx_process_t process, smx_storage_t storage); + void SIMIX_post_io(smx_action_t action); void SIMIX_io_destroy(smx_action_t action); void SIMIX_io_finish(smx_action_t action);