summaryrefslogtreecommitdiffstats
path: root/src/H5CXprivate.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-04-10 16:36:10 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-04-10 16:36:10 (GMT)
commit76b4748e78b2de806114100f7b82133b6983c60c (patch)
tree1b8a3cbf49258ab7032681597e4f1d03ef61d3c7 /src/H5CXprivate.h
parent1fb34f7e8cb960bdf8132cd4cf63b5c7cf11a969 (diff)
downloadhdf5-76b4748e78b2de806114100f7b82133b6983c60c.zip
hdf5-76b4748e78b2de806114100f7b82133b6983c60c.tar.gz
hdf5-76b4748e78b2de806114100f7b82133b6983c60c.tar.bz2
Make corresponding changes for setting API context for fapl and libver_bounds to be used later in dataspace selection.
This is based on PR #1640 merged to develop branch.
Diffstat (limited to 'src/H5CXprivate.h')
-rw-r--r--src/H5CXprivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5CXprivate.h b/src/H5CXprivate.h
index a091292..6c01119 100644
--- a/src/H5CXprivate.h
+++ b/src/H5CXprivate.h
@@ -60,6 +60,7 @@ H5_DLL hbool_t H5CX_is_def_dxpl(void);
/* "Setter" routines for API context info */
H5_DLL void H5CX_set_dxpl(hid_t dxpl_id);
H5_DLL void H5CX_set_lapl(hid_t lapl_id);
+H5_DLL herr_t H5CX_set_libver_bounds(H5F_t *f);
H5_DLL herr_t H5CX_set_apl(hid_t *acspl_id, const H5P_libclass_t *libclass,
hid_t loc_id, hbool_t is_collective);
H5_DLL herr_t H5CX_set_loc(hid_t loc_id);
@@ -101,6 +102,9 @@ H5_DLL herr_t H5CX_get_dt_conv_cb(H5T_conv_cb_t *cb_struct);
/* "Getter" routines for LAPL properties cached in API context */
H5_DLL herr_t H5CX_get_nlinks(size_t *nlinks);
+/* "Getter" routines for FAPL properties cached in API context */
+H5_DLL herr_t H5CX_get_libver_bounds(H5F_libver_t *low_bound, H5F_libver_t *high_bound);
+
/* "Setter" routines for API context info */
H5_DLL void H5CX_set_tag(haddr_t tag);
H5_DLL void H5CX_set_ring(H5AC_ring_t ring);