summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-12-05 22:03:16 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-12-05 22:03:16 (GMT)
commitbdbe010fd3fe52c2d6c305a027eb56346f5017e8 (patch)
treedf05c02e6072fd5905f89ae0572e768afb526684
parentc7b3d6d6a5c1d376812e17c0ddb26f55334a2c59 (diff)
parent73709ef2fa2494e675566dd3310c6c8ebac01c18 (diff)
downloadhdf5-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).
-rw-r--r--src/H5Mpublic.h3
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
/*******************/