From 9cb77297301e14389e8f4e445f3b91f98d697947 Mon Sep 17 00:00:00 2001 From: Neil Fortner Date: Thu, 5 Dec 2019 14:56:57 -0600 Subject: Add H5VL_MAP_OPTIONAL operation id (unused currently). --- src/H5Mpublic.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 /*******************/ -- cgit v0.12