summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-09-11 17:30:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-09-11 17:30:24 (GMT)
commit5e7ab927c6c48edf51d5e190d0f8c9ab9c151a56 (patch)
tree1cfbd1759bba28b81ad1f81246bf03a2bbb5e040 /src/H5Fpkg.h
parente5cad0ef24543e55d164a26dd42a0cc1ba5c2cbe (diff)
downloadhdf5-5e7ab927c6c48edf51d5e190d0f8c9ab9c151a56.zip
hdf5-5e7ab927c6c48edf51d5e190d0f8c9ab9c151a56.tar.gz
hdf5-5e7ab927c6c48edf51d5e190d0f8c9ab9c151a56.tar.bz2
[svn-r12656] Description:
Add "use the latest version of the file format" flag to the file access property list and internal file data structures. Fix bug where metadata block size was retrieved instead of the small data block size. Categorize property list routine prototypes in the public header file. Tested on: Mac OS/PPC 10.4 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 10facbf..7dba833 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -111,6 +111,7 @@ typedef struct H5F_file_t {
hsize_t threshold; /* Threshold for alignment */
hsize_t alignment; /* Alignment */
unsigned gc_ref; /* Garbage-collect references? */
+ hbool_t latest_format; /* Always use the latest format? */
int ncwfs; /* Num entries on cwfs list */
struct H5HG_heap_t **cwfs; /* Global heap cache */
struct H5G_t *root_grp; /* Open root group */