diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-12-08 02:16:12 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-12-08 02:16:12 (GMT) |
commit | 02879bc4b2ba161dc259bf28a71e7a99b44be0e3 (patch) | |
tree | 29ce694d2454a2df72aebd221acb7ea656ab172a /src/H5ACprivate.h | |
parent | 16a5c7c8f309042c7bb3a40cdb4c60f5b2c587c2 (diff) | |
download | hdf5-02879bc4b2ba161dc259bf28a71e7a99b44be0e3.zip hdf5-02879bc4b2ba161dc259bf28a71e7a99b44be0e3.tar.gz hdf5-02879bc4b2ba161dc259bf28a71e7a99b44be0e3.tar.bz2 |
Updated the H5FS cache code to grab the correct tag and modified
the freespace test to use dxpls that have been tagged with
the H5AC__FREESPACE_TAG global tag instead of H5AC_ind_read_dxpl_id.
The library code now expects the owner of the free space manager
to tag it so the owner-less free space managers in the freespace
tag had to be tagged with *something* to avoid cache errors.
Diffstat (limited to 'src/H5ACprivate.h')
-rw-r--r-- | src/H5ACprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h index 76013a3..bbaa614 100644 --- a/src/H5ACprivate.h +++ b/src/H5ACprivate.h @@ -403,6 +403,7 @@ H5_DLL herr_t H5AC_set_ring(hid_t dxpl_id, H5AC_ring_t ring, H5P_genplist_t **dx H5AC_ring_t *orig_ring); H5_DLL herr_t H5AC_reset_ring(H5P_genplist_t *dxpl, H5AC_ring_t orig_ring); H5_DLL herr_t H5AC_expunge_tag_type_metadata(H5F_t *f, hid_t dxpl_id, haddr_t tag, int type_id, unsigned flags); +H5_DLL herr_t H5AC_get_tag(const void *thing, /*OUT*/ haddr_t *tag); /* Virtual entry routines */ H5_DLL H5AC_proxy_entry_t *H5AC_proxy_entry_create(void); |