diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-22 02:00:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-22 02:00:40 (GMT) |
commit | 182c05cb95472cae9411169d295a4bcad6f5edd7 (patch) | |
tree | fb1adb87d49a83ed0e10a579dded38144b815135 /src/H5SMprivate.h | |
parent | 2468b8aa1c8f07211e86f1ec937c4f7f14e3ddbe (diff) | |
download | hdf5-182c05cb95472cae9411169d295a4bcad6f5edd7.zip hdf5-182c05cb95472cae9411169d295a4bcad6f5edd7.tar.gz hdf5-182c05cb95472cae9411169d295a4bcad6f5edd7.tar.bz2 |
[svn-r13375] Description:
Straighten out some of the code for handling superblocks, in preparation
for revising the format of the latest version of the superblock before the
beta release.
Tested on:
Mac OS X/32 10.4.8 (amazon)
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5SMprivate.h')
-rwxr-xr-x | src/H5SMprivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5SMprivate.h b/src/H5SMprivate.h index 49d0916..5c56602 100755 --- a/src/H5SMprivate.h +++ b/src/H5SMprivate.h @@ -39,7 +39,8 @@ typedef struct H5SM_master_table_t H5SM_master_table_t; /******************************/ /* Generally useful shared message routines */ -H5_DLL herr_t H5SM_init(H5F_t *f, H5P_genplist_t *fc_plist, hid_t dxpl_id); +H5_DLL herr_t H5SM_init(H5F_t *f, H5P_genplist_t *fc_plist, + const H5O_loc_t *ext_loc, hid_t dxpl_id); H5_DLL htri_t H5SM_can_share(H5F_t *f, hid_t dxpl_id, H5SM_master_table_t *table, ssize_t *sohm_index_num, unsigned type_id, const void *mesg); H5_DLL htri_t H5SM_try_share(H5F_t *f, hid_t dxpl_id, unsigned type_id, |