summaryrefslogtreecommitdiffstats
path: root/src/H5VLconnector.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2019-12-21 04:41:00 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2019-12-21 04:41:00 (GMT)
commitcf5cd3b639992718faf71027bc050b18c9ff853d (patch)
treeb23c00829042caae8866504e563269f48e0fc2b0 /src/H5VLconnector.h
parent2c2c46d4ea16d17e0fe0afeedde1bf828706e202 (diff)
downloadhdf5-cf5cd3b639992718faf71027bc050b18c9ff853d.zip
hdf5-cf5cd3b639992718faf71027bc050b18c9ff853d.tar.gz
hdf5-cf5cd3b639992718faf71027bc050b18c9ff853d.tar.bz2
Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic fallback for VOL connectors that don't implement operation
Diffstat (limited to 'src/H5VLconnector.h')
-rw-r--r--src/H5VLconnector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5VLconnector.h b/src/H5VLconnector.h
index 0d9f4a0..6ae43c0 100644
--- a/src/H5VLconnector.h
+++ b/src/H5VLconnector.h
@@ -102,8 +102,7 @@ typedef enum H5VL_dataset_get_t {
H5VL_DATASET_GET_SPACE, /* dataspace */
H5VL_DATASET_GET_SPACE_STATUS, /* space status */
H5VL_DATASET_GET_STORAGE_SIZE, /* storage size */
- H5VL_DATASET_GET_TYPE, /* datatype */
- H5VL_DATASET_GET_VLEN_BUF_SIZE /* vlen buffer size */
+ H5VL_DATASET_GET_TYPE /* datatype */
} H5VL_dataset_get_t;
/* types for dataset SPECFIC callback */