summaryrefslogtreecommitdiffstats
path: root/src/H5MFprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-20 21:54:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-20 21:54:04 (GMT)
commit6ee76fffc7ef5689ab204a068e2c23b2d98ab595 (patch)
tree0697fdbe465ac1ffaaa730271b50a94c59b22c2f /src/H5MFprivate.h
parentd96442aae5fe20ea2d6e7bfde75822bb09c9acbd (diff)
downloadhdf5-6ee76fffc7ef5689ab204a068e2c23b2d98ab595.zip
hdf5-6ee76fffc7ef5689ab204a068e2c23b2d98ab595.tar.gz
hdf5-6ee76fffc7ef5689ab204a068e2c23b2d98ab595.tar.bz2
[svn-r17399] Description:
Bring r17393 and r17398 from trunk to 1.8 branch: Bring back more changes from the file free space branch to the trunk. (17393) First set of changes to move VFD 'truncate' call out of H5F_flush and defer it until the file is closed. (17398) Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5MFprivate.h')
-rw-r--r--src/H5MFprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5MFprivate.h b/src/H5MFprivate.h
index 515fed8..3f2a427 100644
--- a/src/H5MFprivate.h
+++ b/src/H5MFprivate.h
@@ -78,7 +78,7 @@ H5_DLL htri_t H5MF_try_shrink(H5F_t *f, H5FD_mem_t alloc_type, hid_t dxpl_id,
H5_DLL haddr_t H5MF_alloc_tmp(H5F_t *f, hsize_t size);
/* 'block aggregator' routines */
-H5_DLL herr_t H5MF_aggr_reset(H5F_t *file, hid_t dxpl_id, H5F_blk_aggr_t *aggr);
+H5_DLL herr_t H5MF_free_aggrs(H5F_t *f, hid_t dxpl_id);
/* Debugging routines */
#ifdef H5MF_DEBUGGING