summaryrefslogtreecommitdiffstats
path: root/src/H5FSprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-08-14 13:33:14 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-08-14 13:33:14 (GMT)
commit4dc989f28232245dbc2f52c1330346868099234e (patch)
treed063e00bd62d863f93e3ceed6f810c03c8b410a9 /src/H5FSprivate.h
parentabd36a6f6ed8a19c2253209dd2f2632c1df34a29 (diff)
downloadhdf5-4dc989f28232245dbc2f52c1330346868099234e.zip
hdf5-4dc989f28232245dbc2f52c1330346868099234e.tar.gz
hdf5-4dc989f28232245dbc2f52c1330346868099234e.tar.bz2
[svn-r14083] Description:
Correct problem with fractal heap's free space size usage gathering routine, which was "poisoning the cache" by loading an incorrectly initialized piece of metadata from the file. Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 6.2 (amazon)
Diffstat (limited to 'src/H5FSprivate.h')
-rw-r--r--src/H5FSprivate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5FSprivate.h b/src/H5FSprivate.h
index 16f2df6..bf24b8a 100644
--- a/src/H5FSprivate.h
+++ b/src/H5FSprivate.h
@@ -158,8 +158,7 @@ H5_DLL H5FS_t *H5FS_create(H5F_t *f, hid_t dxpl_id, haddr_t *fs_addr,
const H5FS_section_class_t *classes[], void *cls_init_udata);
H5_DLL H5FS_t *H5FS_open(H5F_t *f, hid_t dxpl_id, haddr_t fs_addr,
size_t nclasses, const H5FS_section_class_t *classes[], void *cls_init_udata);
-H5_DLL herr_t H5FS_size(H5F_t *f, hid_t dxpl_id, haddr_t fs_addr,
- hsize_t *meta_size);
+H5_DLL herr_t H5FS_size(const H5F_t *f, const H5FS_t *fspace, hsize_t *meta_size);
H5_DLL herr_t H5FS_delete(H5F_t *f, hid_t dxpl_id, haddr_t fs_addr);
H5_DLL herr_t H5FS_close(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace);
decoration'>Jeremy Hylton2000-02-042-0/+0 * three files from the p2c cvs tree. the message here indicates theJeremy Hylton2000-02-044-0/+3786 * Improved an error message.Greg Ward2000-02-031-2/+5 * Changed 'compile()' method to compile files one-at-a-time -- gives betterGreg Ward2000-02-031-28/+21 * Mark Hammond renames the x86 projects back to what they were namedGuido van Rossum2000-02-036-244/+244 * The dircmp module is now obsolete.Fred Drake2000-02-031-3/+3 * These modules are now declared obsolete.Fred Drake2000-02-033-0/+0 * According to Harri Pasanen, the Solaris+gcc test for LINKFORSHAREDGuido van Rossum2000-02-031-2/+2 * According to Harri Pasanen, the Solaris+gcc test for LINKFORSHAREDGuido van Rossum2000-02-031-1/+1 * # module filecmpGuido van Rossum2000-02-031-38/+299 * In _fileobject, optimize read() a bit (it could be really slow), andGuido van Rossum2000-02-021-14/+30 * Optimize abspath() slightly for the case that win32api can't beGuido van Rossum2000-02-021-6/+11 * Make read() and readlines() conform more to the file object interface:Guido van Rossum2000-02-021-3/+3 * Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-02