summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-01-03 23:05:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-01-03 23:05:04 (GMT)
commit1831bc1d133e5c37bc5823df49f9fad7ac628f6b (patch)
tree89f33cdf6bee5e8b3b374eb87b6753852513edc7 /src/H5Fpkg.h
parent6237d44a08a2414f021ee93c1a2b529125618fb4 (diff)
downloadhdf5-1831bc1d133e5c37bc5823df49f9fad7ac628f6b.zip
hdf5-1831bc1d133e5c37bc5823df49f9fad7ac628f6b.tar.gz
hdf5-1831bc1d133e5c37bc5823df49f9fad7ac628f6b.tar.bz2
[svn-r14372] Description:
Further cleanups & simplifications to prepare for next phase of work. Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.5.1 (amazon)
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index a104e61..3f10e1a 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -87,7 +87,7 @@ typedef struct H5F_file_t {
unsigned sohm_vers; /* Version of shared message table on disk */
unsigned sohm_nindexes; /* Number of shared messages indexes in the table */
haddr_t driver_addr; /* File driver information block address*/
- hbool_t fam_to_sec2; /* Is h5repart changing driver from family to sec2 */
+ haddr_t maxaddr; /* Maximum address for file */
H5AC_t *cache; /* The object cache */
H5AC_cache_config_t
@@ -105,7 +105,8 @@ typedef struct H5F_file_t {
hsize_t alignment; /* Alignment */
unsigned gc_ref; /* Garbage-collect references? */
hbool_t latest_format; /* Always use the latest format? */
- hbool_t store_msg_crt_idx; /* Store creation index for object header messages? */
+ hbool_t store_msg_crt_idx; /* Store creation index for object header messages? */
+ hbool_t fam_to_sec2; /* Is h5repart changing driver from family to sec2? */
int ncwfs; /* Num entries on cwfs list */
struct H5HG_heap_t **cwfs; /* Global heap cache */
struct H5G_t *root_grp; /* Open root group */