summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-02-25 01:42:06 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-02-25 01:42:06 (GMT)
commit1180666bf8600c7520e4e21d864eed36e6aa4418 (patch)
treeb9228d1adc3525b695a3c5ae42e7099cf3ddf3f2 /tools/h5dump/h5dump.h
parent79b36d3a6a14b8478c0a77fb8596cbc72121d3f5 (diff)
downloadhdf5-1180666bf8600c7520e4e21d864eed36e6aa4418.zip
hdf5-1180666bf8600c7520e4e21d864eed36e6aa4418.tar.gz
hdf5-1180666bf8600c7520e4e21d864eed36e6aa4418.tar.bz2
[svn-r29206] Merge h5dump VDS support from trunk:
r29186, r29190, r29198 Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial cmakehdf5 (CMake 3.2.2) chkmanifest
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] */