summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-02-23 20:23:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-02-23 20:23:46 (GMT)
commitf7689087de6c3d549cca79f30b0633ba8ff239c8 (patch)
tree55a8f75adc411b4a3e1de11e745634a94ef6c3e5 /tools/h5dump/h5dump.h
parent807187e2f200e63adb4918dd475d47546c8588e9 (diff)
downloadhdf5-f7689087de6c3d549cca79f30b0633ba8ff239c8.zip
hdf5-f7689087de6c3d549cca79f30b0633ba8ff239c8.tar.gz
hdf5-f7689087de6c3d549cca79f30b0633ba8ff239c8.tar.bz2
[svn-r29186] HDFFV-9654: add VDS options to h5dump
includes new data files
Diffstat (limited to 'tools/h5dump/h5dump.h')
-rw-r--r--tools/h5dump/h5dump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5dump/h5dump.h b/tools/h5dump/h5dump.h
index 2b1fb04..7cf4efd 100644
--- a/tools/h5dump/h5dump.h
+++ b/tools/h5dump/h5dump.h
@@ -78,6 +78,8 @@ int enable_error_stack= FALSE; /* re-enable error stack */
int disable_compact_subset= FALSE; /* disable compact form of subset notation */
int display_packed_bits = FALSE; /*print 1-8 byte numbers as packed bits*/
int include_attrs = TRUE; /* Display attributes */
+int display_vds_first = FALSE; /* vds display to all by default*/
+int vds_gap_size = 0; /* vds skip missing files default is none */
/* sort parameters */
H5_index_t sort_by = H5_INDEX_NAME; /*sort_by [creation_order | name] */