diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-08-11 20:34:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-08-11 20:34:24 (GMT) |
commit | 68ecb148b22efa6b7f3edef91ba711a2a36980dc (patch) | |
tree | 0260194f5a6343ae506767ac9a3e8a39bcad66b3 /src/H5MFprivate.h | |
parent | eccec94aec004d59dad2a4a10515b5c22298b07c (diff) | |
download | hdf5-68ecb148b22efa6b7f3edef91ba711a2a36980dc.zip hdf5-68ecb148b22efa6b7f3edef91ba711a2a36980dc.tar.gz hdf5-68ecb148b22efa6b7f3edef91ba711a2a36980dc.tar.bz2 |
[svn-r17331] Description:
Bring back more changes from file free space branch.
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Mac OS X/32 10.5.8 (amazon) in debug mode
Mac OS X/32 10.5.8 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
Diffstat (limited to 'src/H5MFprivate.h')
-rw-r--r-- | src/H5MFprivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5MFprivate.h b/src/H5MFprivate.h index e08381f..515fed8 100644 --- a/src/H5MFprivate.h +++ b/src/H5MFprivate.h @@ -60,7 +60,8 @@ /* File space manager routines */ H5_DLL herr_t H5MF_init_merge_flags(H5F_t *f); -H5_DLL hssize_t H5MF_get_freespace(H5F_t *f, hid_t dxpl_id); +H5_DLL herr_t H5MF_get_freespace(H5F_t *f, hid_t dxpl_id, hsize_t *tot_space, + hsize_t *meta_size); H5_DLL herr_t H5MF_close(H5F_t *f, hid_t dxpl_id); /* File space allocation routines */ |