diff options
author | Quincey Koziol <koziol@koziol.gov> | 2020-02-28 20:06:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2020-02-28 20:06:28 (GMT) |
commit | 38af6ee3d59a8e836f4c62dd533ddabd914c7abb (patch) | |
tree | 1b75bf94f3e047d1470e91708b16c8ddd1a3645f /src/H5VLconnector.h | |
parent | d7eec7d6ec721ce34ccd32a75261e7711bd3ee1b (diff) | |
download | hdf5-38af6ee3d59a8e836f4c62dd533ddabd914c7abb.zip hdf5-38af6ee3d59a8e836f4c62dd533ddabd914c7abb.tar.gz hdf5-38af6ee3d59a8e836f4c62dd533ddabd914c7abb.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.h | 1 |
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 */ |