diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-01-06 07:45:15 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-01-06 07:45:15 (GMT) |
commit | aa62951a5fbbffa88185a58aea2b7526f5e66ce6 (patch) | |
tree | 210e7ae75fdb65fbcdc7c4049e6d80e9060b3f5b /src/H5VLnative.h | |
parent | e1b59919bb96f68f3b372a73790ecbe4ac3b395a (diff) | |
parent | 0e34f0feaaeb6d2286f87f695f25fae45c070a42 (diff) | |
download | hdf5-aa62951a5fbbffa88185a58aea2b7526f5e66ce6.zip hdf5-aa62951a5fbbffa88185a58aea2b7526f5e66ce6.tar.gz hdf5-aa62951a5fbbffa88185a58aea2b7526f5e66ce6.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_fixbug into develop
Diffstat (limited to 'src/H5VLnative.h')
-rw-r--r-- | src/H5VLnative.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5VLnative.h b/src/H5VLnative.h index 916151b..1a3007a 100644 --- a/src/H5VLnative.h +++ b/src/H5VLnative.h @@ -66,6 +66,8 @@ typedef int H5VL_native_file_optional_t; #define H5VL_NATIVE_FILE_GET_EOA 22 /* H5Fget_eoa */ #define H5VL_NATIVE_FILE_INCR_FILESIZE 23 /* H5Fincrement_filesize */ #define H5VL_NATIVE_FILE_SET_LIBVER_BOUNDS 24 /* H5Fset_latest_format/libver_bounds */ +#define H5VL_NATIVE_FILE_GET_MIN_DSET_OHDR_FLAG 25 /* H5Fget_dset_no_attrs_hint */ +#define H5VL_NATIVE_FILE_SET_MIN_DSET_OHDR_FLAG 26 /* H5Fset_dset_no_attrs_hint */ /* Typedef and values for native VOL connector group optional VOL operations */ typedef int H5VL_native_group_optional_t; |