summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2018-12-18 19:42:03 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2018-12-18 19:42:03 (GMT)
commit99bc714c4bd1a66b97b5e1d0bca671cf43616b42 (patch)
treea8e80a8ccf4570cf9a72d6ed2854fa4f1ade7259 /src/H5VLpublic.h
parent5efc08a06d34ceab3de1766cb651ac8978deed16 (diff)
downloadhdf5-99bc714c4bd1a66b97b5e1d0bca671cf43616b42.zip
hdf5-99bc714c4bd1a66b97b5e1d0bca671cf43616b42.tar.gz
hdf5-99bc714c4bd1a66b97b5e1d0bca671cf43616b42.tar.bz2
Move H5Fset_dset_no_attrs_hint VOL operations to native.
Move minimzied object header tests from separate file to test/ohdr.c Some formatting changes.
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index 5e5c6b0..5de36c8 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -115,8 +115,7 @@ typedef enum H5VL_file_get_t {
H5VL_FILE_GET_INTENT, /* file intent */
H5VL_FILE_GET_NAME, /* file name */
H5VL_FILE_GET_OBJ_COUNT, /* object count in file */
- H5VL_FILE_GET_OBJ_IDS, /* object ids in file */
- H5VL_FILE_GET_MIN_DSET_OHDR_FLAG /* minimize dataset object headers? */
+ H5VL_FILE_GET_OBJ_IDS /* object ids in file */
} H5VL_file_get_t;
/* types for file SPECIFIC callback */