summaryrefslogtreecommitdiffstats
path: root/src/H5Mpublic.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-12-05 20:56:57 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-12-05 20:56:57 (GMT)
commit9cb77297301e14389e8f4e445f3b91f98d697947 (patch)
tree3f93c1303e8c5ff802e8d69bee0fed3aa35f9aeb /src/H5Mpublic.h
parentaa0b54e27e5d6f0b7c23fe5662d5c8f30898d7f4 (diff)
downloadhdf5-9cb77297301e14389e8f4e445f3b91f98d697947.zip
hdf5-9cb77297301e14389e8f4e445f3b91f98d697947.tar.gz
hdf5-9cb77297301e14389e8f4e445f3b91f98d697947.tar.bz2
Add H5VL_MAP_OPTIONAL operation id (unused currently).
Diffstat (limited to 'src/H5Mpublic.h')
-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
/*******************/