summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-24 20:35:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-24 20:35:56 (GMT)
commit7e0114692dcb72bf8ff3f39c391b0daa291a92b4 (patch)
treed026336153c39a3c7fd2b2c2eba87f127a245f2e /tools/lib/h5tools.h
parentd2db9140b298cf4ffa75255743a709a8b5362135 (diff)
downloadhdf5-7e0114692dcb72bf8ff3f39c391b0daa291a92b4.zip
hdf5-7e0114692dcb72bf8ff3f39c391b0daa291a92b4.tar.gz
hdf5-7e0114692dcb72bf8ff3f39c391b0daa291a92b4.tar.bz2
HDFFV-8611 preserve creation order for root group
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index 2e01ad2..09ec527 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -540,6 +540,10 @@ H5TOOLS_DLLVAR int oid_output; /* oid output */
H5TOOLS_DLLVAR int data_output; /* data output */
H5TOOLS_DLLVAR int attr_data_output; /* attribute data output */
+/* sort parameters */
+H5TOOLS_DLLVAR H5_index_t sort_by; /*sort_by [creation_order | name] */
+H5TOOLS_DLLVAR H5_iter_order_t sort_order; /*sort_order [ascending | descending] */
+
/* things to display or which are set via command line parameters */
H5TOOLS_DLLVAR int enable_error_stack; /* re-enable error stack */