summaryrefslogtreecommitdiffstats
path: root/src/H5FSprivate.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2012-08-13 20:04:20 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2012-08-13 20:04:20 (GMT)
commita9602d1b34e462e7dc4af611cf08486694750863 (patch)
tree2746ef757084da7a7de5a4474dfcb3d9ff2c8a22 /src/H5FSprivate.h
parenteb4fd07b5ac8d70b9578fed95890e2af309fa20f (diff)
downloadhdf5-a9602d1b34e462e7dc4af611cf08486694750863.zip
hdf5-a9602d1b34e462e7dc4af611cf08486694750863.tar.gz
hdf5-a9602d1b34e462e7dc4af611cf08486694750863.tar.bz2
[svn-r22676] Changes needed to make the default free-list mapping from H5FD_FLMAP_SINGLE to H5FD_FLMAP_DICHOTOMY.
Diffstat (limited to 'src/H5FSprivate.h')
-rw-r--r--src/H5FSprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5FSprivate.h b/src/H5FSprivate.h
index f6a0034..8cb3f95 100644
--- a/src/H5FSprivate.h
+++ b/src/H5FSprivate.h
@@ -200,6 +200,8 @@ H5_DLL herr_t H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space,
hsize_t *nsects);
H5_DLL herr_t H5FS_sect_change_class(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace,
H5FS_section_info_t *sect, unsigned new_class);
+H5_DLL htri_t H5FS_sect_try_shrink_eoa(const H5F_t *f, hid_t dxpl_id, const H5FS_t *fspace, void *op_data);
+H5_DLL herr_t H5FS_sect_query_last_sect(const H5FS_t *fspace, haddr_t *sect_addr, hsize_t *sect_size);
/* Statistics routine */
H5_DLL herr_t H5FS_stat_info(const H5F_t *f, const H5FS_t *frsp, H5FS_stat_t *stats);