summaryrefslogtreecommitdiffstats
path: root/src/H5Fquery.c
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2018-09-14 20:49:45 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2018-09-14 20:49:45 (GMT)
commit4e4d737eca47a95cd977e8f3b701e3794695ac26 (patch)
tree462cedff0dac6808241ad492be73c44580b24ffc /src/H5Fquery.c
parente1f3a10c5297183fc73eb537d31df521b1fbf882 (diff)
downloadhdf5-4e4d737eca47a95cd977e8f3b701e3794695ac26.zip
hdf5-4e4d737eca47a95cd977e8f3b701e3794695ac26.tar.gz
hdf5-4e4d737eca47a95cd977e8f3b701e3794695ac26.tar.bz2
Change H5F internals access
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 be24072..e02e402 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