summaryrefslogtreecommitdiffstats
path: root/src/H5Dpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r--src/H5Dpublic.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index a08ea3d..e4b1311 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -94,6 +94,13 @@ typedef enum H5D_fill_value_t {
H5D_FILL_VALUE_USER_DEFINED =2
} H5D_fill_value_t;
+/* Values for VDS bounds option */
+typedef enum H5D_vds_bounds_t {
+ H5D_VDS_ERROR = -1,
+ H5D_VDS_MAX = 0,
+ H5D_VDS_MIN = 1
+} H5D_vds_bounds_t;
+
/********************/
/* Public Variables */
/********************/