summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-09-19 19:42:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-09-19 19:42:45 (GMT)
commitc965b5503b845c92fd8807dec81a21504dfc0b06 (patch)
treef7ef4471e19593513c97c415ee62a9e1680eb670 /tools
parentbe3a33155025d6ef2d57533b60b96c888ab314a6 (diff)
downloadhdf5-c965b5503b845c92fd8807dec81a21504dfc0b06.zip
hdf5-c965b5503b845c92fd8807dec81a21504dfc0b06.tar.gz
hdf5-c965b5503b845c92fd8807dec81a21504dfc0b06.tar.bz2
[svn-r24172] Position trunk/1.8 vars in similar location for comparison.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/h5dump_ddl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5dump/h5dump_ddl.c b/tools/h5dump/h5dump_ddl.c
index 6aaa499..d714f39 100644
--- a/tools/h5dump/h5dump_ddl.c
+++ b/tools/h5dump/h5dump_ddl.c
@@ -1154,6 +1154,9 @@ dump_fcpl(hid_t fid)
hsize_t userblock; /* userblock size retrieved from FCPL */
size_t off_size; /* size of offsets in the file */
size_t len_size; /* size of lengths in the file */
+ H5F_file_space_type_t fs_strategy; /* file space strategy */
+ hsize_t fs_threshold; /* free-space section threshold */
+ H5F_info2_t finfo; /* file information */
#ifdef SHOW_FILE_DRIVER
hid_t fapl; /* file access property list ID */
hid_t fdriver; /* file driver */
@@ -1162,9 +1165,6 @@ dump_fcpl(hid_t fid)
unsigned sym_lk; /* symbol table B-tree leaf 'K' value */
unsigned sym_ik; /* symbol table B-tree internal 'K' value */
unsigned istore_ik; /* indexed storage B-tree internal 'K' value */
- H5F_file_space_type_t fs_strategy; /* file space strategy */
- hsize_t fs_threshold; /* free-space section threshold */
- H5F_info2_t finfo; /* file information */
fcpl=H5Fget_create_plist(fid);
H5Fget_info2(fid, &finfo);