diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-12-30 10:22:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-12-30 10:22:00 (GMT) |
commit | e500f2d3dadd72281bf4f24cbba175c0ed77a3b0 (patch) | |
tree | 89362838b4a09d0a660e8609c1421b9d709646ec /src/H5SM.c | |
parent | eecc0a26efe67c62485bd66e7c24e598e5ebadde (diff) | |
download | hdf5-e500f2d3dadd72281bf4f24cbba175c0ed77a3b0.zip hdf5-e500f2d3dadd72281bf4f24cbba175c0ed77a3b0.tar.gz hdf5-e500f2d3dadd72281bf4f24cbba175c0ed77a3b0.tar.bz2 |
Align with name change of "user" ring in incoming cache image changes.
Diffstat (limited to 'src/H5SM.c')
-rw-r--r-- | src/H5SM.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -144,7 +144,7 @@ H5SM_init(H5F_t *f, H5P_genplist_t * fc_plist, const H5O_loc_t *ext_loc, hid_t d HDassert(!H5F_addr_defined(H5F_SOHM_ADDR(f))); /* Set the ring type in the DXPL */ - if(H5AC_set_ring(dxpl_id, H5AC_RING_US, &dxpl, &orig_ring) < 0) + if(H5AC_set_ring(dxpl_id, H5AC_RING_USER, &dxpl, &orig_ring) < 0) HGOTO_ERROR(H5E_SOHM, H5E_CANTSET, FAIL, "unable to set ring value") /* Initialize master table */ @@ -2021,7 +2021,7 @@ H5SM_get_info(const H5O_loc_t *ext_loc, H5P_genplist_t *fc_plist, hid_t dxpl_id) cache_udata.f = f; /* Set the ring type in the DXPL */ - if(H5AC_set_ring(dxpl_id, H5AC_RING_US, &dxpl, &orig_ring) < 0) + if(H5AC_set_ring(dxpl_id, H5AC_RING_USER, &dxpl, &orig_ring) < 0) HGOTO_ERROR(H5E_SOHM, H5E_CANTSET, FAIL, "unable to set ring value") /* Read the rest of the SOHM table information from the cache */ |