summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-12-05 20:56:57 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:19 (GMT)
commit1ece440e78fe8ca67f4cbd84be7e55b9275e0af3 (patch)
tree842a53212c6710dcf48d776446dec83f44c63138
parent64601e9a9686111b2cb5ff435ce269beec108b01 (diff)
downloadhdf5-1ece440e78fe8ca67f4cbd84be7e55b9275e0af3.zip
hdf5-1ece440e78fe8ca67f4cbd84be7e55b9275e0af3.tar.gz
hdf5-1ece440e78fe8ca67f4cbd84be7e55b9275e0af3.tar.bz2
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
/*******************/