diff options
author | Quincey Koziol <koziol@koziol.gov> | 2019-12-21 04:41:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2019-12-21 04:41:00 (GMT) |
commit | cf5cd3b639992718faf71027bc050b18c9ff853d (patch) | |
tree | b23c00829042caae8866504e563269f48e0fc2b0 /src/H5VLnative.h | |
parent | 2c2c46d4ea16d17e0fe0afeedde1bf828706e202 (diff) | |
download | hdf5-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/H5VLnative.h')
-rw-r--r-- | src/H5VLnative.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLnative.h b/src/H5VLnative.h index b23182f..2f8d5bd 100644 --- a/src/H5VLnative.h +++ b/src/H5VLnative.h @@ -42,6 +42,7 @@ #define H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COORD 5 /* H5Dget_chunk_info_by_coord */ #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 */ /* Values for native VOL connector file optional VOL operations */ #define H5VL_NATIVE_FILE_CLEAR_ELINK_CACHE 0 /* H5Fclear_elink_file_cache */ |