diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-12-20 20:23:19 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-12-20 20:23:19 (GMT) |
commit | 4ecf02f6f6a7c79e4e0d57ea2058ccb5e760f992 (patch) | |
tree | 6ceda61abbb5b935f20bebf1625794733469cf37 /src/H5Ppublic.h | |
parent | d989a0b1cb3d6abeb71d1e37fae5a6d353fb7fc2 (diff) | |
download | hdf5-4ecf02f6f6a7c79e4e0d57ea2058ccb5e760f992.zip hdf5-4ecf02f6f6a7c79e4e0d57ea2058ccb5e760f992.tar.gz hdf5-4ecf02f6f6a7c79e4e0d57ea2058ccb5e760f992.tar.bz2 |
HDFFV-9724 Remove VDS file cache functionality
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 38be320..a2c0418 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -343,8 +343,6 @@ H5_DLL herr_t H5Pget_libver_bounds(hid_t plist_id, H5F_libver_t *low, H5F_libver_t *high); H5_DLL herr_t H5Pset_elink_file_cache_size(hid_t plist_id, unsigned efc_size); H5_DLL herr_t H5Pget_elink_file_cache_size(hid_t plist_id, unsigned *efc_size); -H5_DLL herr_t H5Pset_vds_file_cache_size(hid_t plist_id, unsigned vds_size); -H5_DLL herr_t H5Pget_vds_file_cache_size(hid_t plist_id, unsigned *vds_size); H5_DLL herr_t H5Pset_file_image(hid_t fapl_id, void *buf_ptr, size_t buf_len); H5_DLL herr_t H5Pget_file_image(hid_t fapl_id, void **buf_ptr_ptr, size_t *buf_len_ptr); H5_DLL herr_t H5Pset_file_image_callbacks(hid_t fapl_id, |