Add H5VL_MAP_OPTIONAL operation id (unused currently).

This commit is contained in:
Neil Fortner
2019-12-05 14:56:57 -06:00
parent aa0b54e27e
commit 9cb7729730

View File

@@ -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
/*******************/