diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-27 15:57:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-27 15:57:04 (GMT) |
commit | 552bb205b9ff9ba43e91d81e9ecc69357b3b0cf3 (patch) | |
tree | 058641ddf724b39f14285b5dce3a482ba2438012 /src/H5Fpkg.h | |
parent | 71285e804fbd7cd1d46b45a77f5ed3ed6f6e9360 (diff) | |
download | hdf5-552bb205b9ff9ba43e91d81e9ecc69357b3b0cf3.zip hdf5-552bb205b9ff9ba43e91d81e9ecc69357b3b0cf3.tar.gz hdf5-552bb205b9ff9ba43e91d81e9ecc69357b3b0cf3.tar.bz2 |
[svn-r13413] Description:
Further cleanups to superblock code:
- Move most of the ISOHM-specific code into the H5SM module
- Make only one checksum, for combined superblock & driver info
block
Minor other cleanups, etc.
Tested on:
Mac OS X/32 10.4.8 (amazon)
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index c699485..9a76472 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -80,7 +80,6 @@ typedef struct H5F_file_t { haddr_t super_addr; /* Absolute address of super block */ haddr_t base_addr; /* Absolute base address for rel.addrs. */ haddr_t extension_addr; /* Relative address of superblock extension */ - H5O_shmesg_table_t sohm_table; /* Shared message table information */ haddr_t sohm_addr; /* Relative address of shared object header message table */ unsigned sohm_vers; /* Version of shared message table on disk */ unsigned sohm_nindexes; /* Number of shared messages indexes in the table */ |