summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-04 14:08:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-04 14:08:58 (GMT)
commit1aa5cd4fa5d87b0a46607caa6323c20f4b922cae (patch)
tree708df2e5c109326d97db80e6097e35d1ec5d8a87 /tools/lib/h5tools.h
parentf1c4d0ff3fbdfcebf3a22a24c26f1d69ecb3a5fe (diff)
downloadhdf5-1aa5cd4fa5d87b0a46607caa6323c20f4b922cae.zip
hdf5-1aa5cd4fa5d87b0a46607caa6323c20f4b922cae.tar.gz
hdf5-1aa5cd4fa5d87b0a46607caa6323c20f4b922cae.tar.bz2
[svn-r26353] Add VDS selection defines for ALL and NONE
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index 7ed60e8..1ddc584 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -99,6 +99,8 @@
#define VDS_POINT "POINT"
#define VDS_SRC_FILE "SRC_FILE"
#define VDS_SRC_DATASET "SRC_DATASET"
+#define VDS_NONE "SELECTION_NONE"
+#define VDS_ALL "SELECTION_ALL"
#define BEGIN "{"
#define END "}"