diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-08-13 17:57:19 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-08-13 17:57:19 (GMT) |
commit | aeb145428f5e6bc51742fff031b0cf8cf6fbefbb (patch) | |
tree | d704d20286625755726d0800192e78ef60696226 /src/H5VLconnector.h | |
parent | 60b62b10f1acbee14f6ec90d85922b8fefb0eeb4 (diff) | |
parent | d95745235a468b17f697843adb3d0e54bd919893 (diff) | |
download | hdf5-aeb145428f5e6bc51742fff031b0cf8cf6fbefbb.zip hdf5-aeb145428f5e6bc51742fff031b0cf8cf6fbefbb.tar.gz hdf5-aeb145428f5e6bc51742fff031b0cf8cf6fbefbb.tar.bz2 |
Merge pull request #1860 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:map_api_merge to develop
* commit 'd95745235a468b17f697843adb3d0e54bd919893':
Updated h5trav.c to emit output that doesn't require ddl changes for map support.
Fixed Map API CMake option
Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput.
Added the map (H5M) API
Diffstat (limited to 'src/H5VLconnector.h')
-rw-r--r-- | src/H5VLconnector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLconnector.h b/src/H5VLconnector.h index 9de518f..98bc521 100644 --- a/src/H5VLconnector.h +++ b/src/H5VLconnector.h @@ -314,7 +314,7 @@ typedef struct H5VL_group_class_t { /* H5L routines */ typedef struct H5VL_link_class_t { herr_t (*create)(H5VL_link_create_type_t create_type, void *obj, const H5VL_loc_params_t *loc_params, - hid_t lcpl_id, hid_t lapl_id, hid_t dxpl_id, void **req, va_list argumenmts); + hid_t lcpl_id, hid_t lapl_id, hid_t dxpl_id, void **req, va_list arguments); herr_t (*copy)(void *src_obj, const H5VL_loc_params_t *loc_params1, void *dst_obj, const H5VL_loc_params_t *loc_params2, hid_t lcpl, hid_t lapl, hid_t dxpl_id, void **req); |