diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-11 01:09:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-11 01:09:00 (GMT) |
commit | 9129a8452a543482336a85f68ba788691fe50925 (patch) | |
tree | 53de6974aecbd5a0a2443d345e8490fa4db5777c /src/H5Oprivate.h | |
parent | 051ffe9d61c067549bc1dab94f9de7ea330e64db (diff) | |
download | hdf5-9129a8452a543482336a85f68ba788691fe50925.zip hdf5-9129a8452a543482336a85f68ba788691fe50925.tar.gz hdf5-9129a8452a543482336a85f68ba788691fe50925.tar.bz2 |
[svn-r13493] Description:
Eliminate storing default values for "group info" fields.
Tested on:
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index 132dbe7..b829145 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -324,10 +324,12 @@ typedef struct H5O_ginfo_t { /* "New" format group info (stored) */ /* (storage management info) */ + hbool_t store_link_phase_change;/* Whether to store the link phase change values */ uint16_t max_compact; /* Maximum # of compact links */ uint16_t min_dense; /* Minimum # of "dense" links */ /* (initial object header size info) */ + hbool_t store_est_entry_info; /* Whether to store the est. entry values */ uint16_t est_num_entries; /* Estimated # of entries in group */ uint16_t est_name_len; /* Estimated length of entry name */ } H5O_ginfo_t; |