diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2016-01-29 04:40:43 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2016-01-29 04:40:43 (GMT) |
commit | 821ce6874d9e2b322dda171f95901d5f68a1c26a (patch) | |
tree | 1e64ad4364496914eb827be233c7c075e3fde202 /src/H5MFprivate.h | |
parent | 5733dbc4adcfa5814e7a479b1ddeabbe74a962c8 (diff) | |
download | hdf5-821ce6874d9e2b322dda171f95901d5f68a1c26a.zip hdf5-821ce6874d9e2b322dda171f95901d5f68a1c26a.tar.gz hdf5-821ce6874d9e2b322dda171f95901d5f68a1c26a.tar.bz2 |
[svn-r29014] h5format_convert(): fix to downgrade superblock version and persistent file space so
1.8 library can open/read the file.
Tested on ostrich, kituo, platypus, moohan, quail, emu.
More tests will be added later.
Diffstat (limited to 'src/H5MFprivate.h')
-rw-r--r-- | src/H5MFprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5MFprivate.h b/src/H5MFprivate.h index 024cc91..bb07f4e 100644 --- a/src/H5MFprivate.h +++ b/src/H5MFprivate.h @@ -63,6 +63,7 @@ H5_DLL herr_t H5MF_init_merge_flags(H5F_t *f); H5_DLL herr_t H5MF_get_freespace(H5F_t *f, hid_t dxpl_id, hsize_t *tot_space, hsize_t *meta_size); H5_DLL herr_t H5MF_close(H5F_t *f, hid_t dxpl_id); +H5_DLL herr_t H5MF_try_close(H5F_t *f, hid_t dxpl_id); /* File space allocation routines */ H5_DLL haddr_t H5MF_alloc(H5F_t *f, H5FD_mem_t type, hid_t dxpl_id, hsize_t size); |