diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-02-07 13:14:13 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-02-07 13:14:13 (GMT) |
commit | d70c5343bd8dd7a980de5784a1ecfa62501bc9c7 (patch) | |
tree | 84c938e04d97e1b2398d9af54f4057a046c4404b /src/H5VLiod_map.c | |
parent | 0e7f7a3da10e0702478f0c2755ccebd029bd585b (diff) | |
download | hdf5-d70c5343bd8dd7a980de5784a1ecfa62501bc9c7.zip hdf5-d70c5343bd8dd7a980de5784a1ecfa62501bc9c7.tar.gz hdf5-d70c5343bd8dd7a980de5784a1ecfa62501bc9c7.tar.bz2 |
[svn-r24696] update hints name that IOD changed.
Diffstat (limited to 'src/H5VLiod_map.c')
-rw-r--r-- | src/H5VLiod_map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5VLiod_map.c b/src/H5VLiod_map.c index 7b801f6..55b921d 100644 --- a/src/H5VLiod_map.c +++ b/src/H5VLiod_map.c @@ -91,8 +91,8 @@ H5VL_iod_server_map_create_cb(AXE_engine_t UNUSED axe_engine, if((cs_scope & H5_CHECKSUM_IOD) && enable_checksum) { obj_create_hint = (iod_hint_list_t *)malloc(sizeof(iod_hint_list_t) + sizeof(iod_hint_t)); obj_create_hint->num_hint = 1; - obj_create_hint->hint[0].key = "iod_obj_enable_checksum"; - obj_create_hint->hint[0].value = "iod_obj_enable_checksum"; + obj_create_hint->hint[0].key = "iod_hint_obj_enable_cksum"; + obj_create_hint->hint[0].value = "iod_hint_obj_enable_cksum"; } /* the traversal will retrieve the location where the map needs |