summaryrefslogtreecommitdiffstats
path: root/src/H5VLconnector.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-02-28 20:06:28 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:55 (GMT)
commit47e2160f22e640338452690fe07ad941e5440945 (patch)
tree911414a6de6182120a80c06f989c06b95ec3ef65 /src/H5VLconnector.h
parent4bbd9649c0334cc02fbcc10c6804ff2b5ba272f9 (diff)
downloadhdf5-47e2160f22e640338452690fe07ad941e5440945.zip
hdf5-47e2160f22e640338452690fe07ad941e5440945.tar.gz
hdf5-47e2160f22e640338452690fe07ad941e5440945.tar.bz2
Switch the 'get offset' operation from a dataset 'get' callback to a [native]
dataset 'optional' operation.
Diffstat (limited to 'src/H5VLconnector.h')
-rw-r--r--src/H5VLconnector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5VLconnector.h b/src/H5VLconnector.h
index baa4cca..39d9b14 100644
--- a/src/H5VLconnector.h
+++ b/src/H5VLconnector.h
@@ -91,7 +91,6 @@ typedef int H5VL_attr_optional_t;
typedef enum H5VL_dataset_get_t {
H5VL_DATASET_GET_DAPL, /* access property list */
H5VL_DATASET_GET_DCPL, /* creation property list */
- H5VL_DATASET_GET_OFFSET, /* offset */
H5VL_DATASET_GET_SPACE, /* dataspace */
H5VL_DATASET_GET_SPACE_STATUS, /* space status */
H5VL_DATASET_GET_STORAGE_SIZE, /* storage size */