summaryrefslogtreecommitdiffstats
path: root/src/H5CXprivate.h
diff options
context:
space:
mode:
authorChris Hogan <chogan@hdfgroup.org>2019-11-27 22:16:45 (GMT)
committerChris Hogan <chogan@hdfgroup.org>2019-11-27 22:16:45 (GMT)
commit6f5e5243c789c74086623c16828e7ff55197c3a3 (patch)
tree5861ab33e673a348479d781d47205be0accbef6c /src/H5CXprivate.h
parent5c50be3c0f3158a04564d4340cad1bd5eeb03799 (diff)
downloadhdf5-6f5e5243c789c74086623c16828e7ff55197c3a3.zip
hdf5-6f5e5243c789c74086623c16828e7ff55197c3a3.tar.gz
hdf5-6f5e5243c789c74086623c16828e7ff55197c3a3.tar.bz2
Add DCPL to H5CX
Diffstat (limited to 'src/H5CXprivate.h')
-rw-r--r--src/H5CXprivate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5CXprivate.h b/src/H5CXprivate.h
index 124b7f7..3d1ee5a 100644
--- a/src/H5CXprivate.h
+++ b/src/H5CXprivate.h
@@ -61,6 +61,7 @@ H5_DLL hbool_t H5CX_is_def_dxpl(void);
H5_DLL void H5CX_set_dxpl(hid_t dxpl_id);
H5_DLL void H5CX_set_lcpl(hid_t lcpl_id);
H5_DLL void H5CX_set_lapl(hid_t lapl_id);
+H5_DLL void H5CX_set_dcpl(hid_t dcpl_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);
@@ -107,6 +108,10 @@ H5_DLL herr_t H5CX_get_intermediate_group(unsigned* crt_intermed_group);
/* "Getter" routines for LAPL properties cached in API context */
H5_DLL herr_t H5CX_get_nlinks(size_t *nlinks);
+/* "Getter" routines for DCPL properties cached in API context */
+H5_DLL herr_t H5CX_get_dset_min_ohdr_flag(hbool_t *dset_min_ohdr_flag);
+H5_DLL herr_t H5CX_get_ohdr_flags(uint8_t *ohdr_flags);
+
/* "Getter" routines for DAPL properties cached in API context */
H5_DLL herr_t H5CX_get_ext_file_prefix(char **prefix_extfile);
H5_DLL herr_t H5CX_get_vds_prefix(char **prefix_vds);