diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-06-11 03:28:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-06-11 03:28:57 (GMT) |
commit | 19e0ec17dd066748a739ecb9ac4cd584479ea92c (patch) | |
tree | 10f1b1e29b98545f0c92965128dab721595b22a7 /src/H5Fpkg.h | |
parent | 4d2449d3827d2b9fc882b07fcd19243a3355df71 (diff) | |
download | hdf5-19e0ec17dd066748a739ecb9ac4cd584479ea92c.zip hdf5-19e0ec17dd066748a739ecb9ac4cd584479ea92c.tar.gz hdf5-19e0ec17dd066748a739ecb9ac4cd584479ea92c.tar.bz2 |
[svn-r17029] Description:
Adjust 'temporary' file space code to always be within the file's
address space, even when the file uses 32-bit addresses. (It's not really
necessary to be within the file's address space, since objects with temporary
addresses can't be written to the file, but it can't really hurt and it makes
the testing easier)
Tested on:
Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode and with 'make check-vfd'
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index 59f5109..acc8aaf 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -250,6 +250,7 @@ H5_DLL herr_t H5F_sfile_remove(H5F_file_t *shared); H5_DLL herr_t H5F_get_sohm_mesg_count_test(hid_t fid, unsigned type_id, size_t *mesg_count); H5_DLL herr_t H5F_check_cached_stab_test(hid_t file_id); +H5_DLL herr_t H5F_get_maxaddr_test(hid_t file_id, haddr_t *maxaddr); #endif /* H5F_TESTING */ #endif /* _H5Fpkg_H */ |