diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-05-07 03:02:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-05-07 03:02:03 (GMT) |
commit | ae6f5891b5794325ee5702fec0da55bafdce1afe (patch) | |
tree | 907e8fd4d6cdd73dd007f10efb27e682a58f7df6 /src/H5ACprivate.h | |
parent | e87f3dd558a96c6ebedd03a8ac8acb91cb5e1be8 (diff) | |
download | hdf5-ae6f5891b5794325ee5702fec0da55bafdce1afe.zip hdf5-ae6f5891b5794325ee5702fec0da55bafdce1afe.tar.gz hdf5-ae6f5891b5794325ee5702fec0da55bafdce1afe.tar.bz2 |
[svn-r18741] Description:
Bring r18740 from trunk to 1.8 branch:
Bring r18738 from metadata journaling 'merging' branch to trunk:
Switch H5AC_resize_pinned_entry() to work on protected entries as well,
and rename to H5AC_resize_entry()
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
(h5committested on trunk)
Diffstat (limited to 'src/H5ACprivate.h')
-rw-r--r-- | src/H5ACprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h index 60c4c43..03f5499 100644 --- a/src/H5ACprivate.h +++ b/src/H5ACprivate.h @@ -310,7 +310,7 @@ H5_DLL herr_t H5AC_pin_protected_entry(void *thing); H5_DLL void * H5AC_protect(H5F_t *f, hid_t dxpl_id, const H5AC_class_t *type, haddr_t addr, void *udata, H5AC_protect_t rw); -H5_DLL herr_t H5AC_resize_pinned_entry(void *thing, size_t new_size); +H5_DLL herr_t H5AC_resize_entry(void *thing, size_t new_size); H5_DLL herr_t H5AC_unpin_entry(void *thing); H5_DLL herr_t H5AC_unprotect(H5F_t *f, hid_t dxpl_id, const H5AC_class_t *type, haddr_t addr, |