summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-02-28 20:06:28 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-02-28 20:06:28 (GMT)
commit38af6ee3d59a8e836f4c62dd533ddabd914c7abb (patch)
tree1b75bf94f3e047d1470e91708b16c8ddd1a3645f /src/H5VLnative.h
parentd7eec7d6ec721ce34ccd32a75261e7711bd3ee1b (diff)
downloadhdf5-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/H5VLnative.h')
-rw-r--r--src/H5VLnative.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLnative.h b/src/H5VLnative.h
index e1f3f93..b607abc 100644
--- a/src/H5VLnative.h
+++ b/src/H5VLnative.h
@@ -48,6 +48,7 @@
#define H5VL_NATIVE_DATASET_CHUNK_READ 6 /* H5Dchunk_read */
#define H5VL_NATIVE_DATASET_CHUNK_WRITE 7 /* H5Dchunk_write */
#define H5VL_NATIVE_DATASET_GET_VLEN_BUF_SIZE 8 /* H5Dvlen_get_buf_size */
+#define H5VL_NATIVE_DATASET_GET_OFFSET 9 /* H5Dget_offset */
/* Values for native VOL connector file optional VOL operations */
#define H5VL_NATIVE_FILE_CLEAR_ELINK_CACHE 0 /* H5Fclear_elink_file_cache */