summaryrefslogtreecommitdiffstats
path: root/src/H5Fquery.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-01-02 19:23:54 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-01-02 19:23:54 (GMT)
commitd3dff6efe6f769b219f9dcccebd057afe75ed3c7 (patch)
treea4b0146909d9468a0a44921bd2e3a494d9cdb77e /src/H5Fquery.c
parent7f9c45999567ca5f1db89127cf101a9fae27aba1 (diff)
parent71f4e1832c737e2fb76385bc478fad7f39d89ab8 (diff)
downloadhdf5-d3dff6efe6f769b219f9dcccebd057afe75ed3c7.zip
hdf5-d3dff6efe6f769b219f9dcccebd057afe75ed3c7.tar.gz
hdf5-d3dff6efe6f769b219f9dcccebd057afe75ed3c7.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop
Resolve conflicts: Conflicts: test/Makefile.am
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r--src/H5Fquery.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c
index 3147e95..103ad3b 100644
--- a/src/H5Fquery.c
+++ b/src/H5Fquery.c
@@ -514,6 +514,25 @@ H5F_sym_leaf_k(const H5F_t *f)
/*-------------------------------------------------------------------------
+ * Function: H5F_get_min_dset_ohdr
+ *
+ * Purpose: Get the setting flag for minimized dataset object headers
+ *
+ * Return: TRUE/FALSE as set in file
+ *-------------------------------------------------------------------------
+ */
+hbool_t
+H5F_get_min_dset_ohdr(const H5F_t *f)
+{
+ FUNC_ENTER_NOAPI_NOINIT_NOERR
+
+ HDassert(f);
+
+ FUNC_LEAVE_NOAPI(f->shared->crt_dset_min_ohdr_flag)
+} /* end H5F_get_min_dset_ohdr */
+
+
+/*-------------------------------------------------------------------------
* Function: H5F_Kvalue
*
* Purpose: Replaced a macro to retrieve a B-tree key value for a certain