summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump_extern.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-02-22 16:57:07 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-02-22 16:57:07 (GMT)
commit910d4204098e4ad4b27dc037fa0bab977af2b59e (patch)
tree533142bc759cc666acf8e72ac78902cc01b094a3 /tools/h5dump/h5dump_extern.h
parentfe2b65f3e44057bf1155cd82d1d87169c6e09a5c (diff)
downloadhdf5-910d4204098e4ad4b27dc037fa0bab977af2b59e.zip
hdf5-910d4204098e4ad4b27dc037fa0bab977af2b59e.tar.gz
hdf5-910d4204098e4ad4b27dc037fa0bab977af2b59e.tar.bz2
[svn-r29177] HDFFV-9654: add VDS options to h5dump
Diffstat (limited to 'tools/h5dump/h5dump_extern.h')
-rw-r--r--tools/h5dump/h5dump_extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5dump/h5dump_extern.h b/tools/h5dump/h5dump_extern.h
index 08f9e36..62477d0 100644
--- a/tools/h5dump/h5dump_extern.h
+++ b/tools/h5dump/h5dump_extern.h
@@ -77,6 +77,8 @@ extern int enable_error_stack; /* re-enable error stack */
extern int disable_compact_subset; /* disable compact form of subset notation */
extern int display_packed_bits; /*print 1-8 byte numbers as packed bits*/
extern int include_attrs; /* Display attributes */
+extern int display_vds_first; /* vds display to first missing */
+extern int vds_gap_size; /* vds skip missing files */
/* sort parameters */
extern H5_index_t sort_by; /*sort_by [creation_order | name] */