diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-05 20:56:57 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-05 20:56:57 (GMT) |
commit | 9cb77297301e14389e8f4e445f3b91f98d697947 (patch) | |
tree | 3f93c1303e8c5ff802e8d69bee0fed3aa35f9aeb | |
parent | aa0b54e27e5d6f0b7c23fe5662d5c8f30898d7f4 (diff) | |
download | hdf5-9cb77297301e14389e8f4e445f3b91f98d697947.zip hdf5-9cb77297301e14389e8f4e445f3b91f98d697947.tar.gz hdf5-9cb77297301e14389e8f4e445f3b91f98d697947.tar.bz2 |
Add H5VL_MAP_OPTIONAL operation id (unused currently).
-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 /*******************/ |