diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-05 22:03:16 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-05 22:03:16 (GMT) |
commit | bdbe010fd3fe52c2d6c305a027eb56346f5017e8 (patch) | |
tree | df05c02e6072fd5905f89ae0572e768afb526684 /src | |
parent | c7b3d6d6a5c1d376812e17c0ddb26f55334a2c59 (diff) | |
parent | 73709ef2fa2494e675566dd3310c6c8ebac01c18 (diff) | |
download | hdf5-bdbe010fd3fe52c2d6c305a027eb56346f5017e8.zip hdf5-bdbe010fd3fe52c2d6c305a027eb56346f5017e8.tar.gz hdf5-bdbe010fd3fe52c2d6c305a027eb56346f5017e8.tar.bz2 |
Merge pull request #2078 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop
* commit '73709ef2fa2494e675566dd3310c6c8ebac01c18':
Add H5VL_MAP_OPTIONAL operation id (unused currently).
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Mpublic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Mpublic.h b/src/H5Mpublic.h index 9cbdb32..524ab0f 100644 --- a/src/H5Mpublic.h +++ b/src/H5Mpublic.h @@ -40,7 +40,8 @@ #define H5VL_MAP_PUT 5 #define H5VL_MAP_GET 6 #define H5VL_MAP_SPECIFIC 7 -#define H5VL_MAP_CLOSE 8 +#define H5VL_MAP_OPTIONAL 8 +#define H5VL_MAP_CLOSE 9 /*******************/ |