summaryrefslogtreecommitdiffstats
path: root/src/H5FDstdio.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2021-07-26 20:42:09 (GMT)
committerGitHub <noreply@github.com>2021-07-26 20:42:09 (GMT)
commit9bafad6eaf1aefe0ef827876a6606348500402fc (patch)
tree7cf8eae9fd4da371a2fde801bd86914d10f04897 /src/H5FDstdio.c
parent3d91a7d13888fea365b6f2bb3c6bf8747320d7bd (diff)
parentb9640c71f765583f341443b06598d4d2cd6d8b16 (diff)
downloadhdf5-9bafad6eaf1aefe0ef827876a6606348500402fc.zip
hdf5-9bafad6eaf1aefe0ef827876a6606348500402fc.tar.gz
hdf5-9bafad6eaf1aefe0ef827876a6606348500402fc.tar.bz2
Merge pull request #820 from fortnern/vsio_translate
Add full API support for selection I/O. Add tests for this.
Diffstat (limited to 'src/H5FDstdio.c')
-rw-r--r--src/H5FDstdio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c
index 9b9faf4..a2be248 100644
--- a/src/H5FDstdio.c
+++ b/src/H5FDstdio.c
@@ -211,6 +211,8 @@ static const H5FD_class_t H5FD_stdio_g = {
H5FD_stdio_write, /* write */
NULL, /* read_vector */
NULL, /* write_vector */
+ NULL, /* read_selection */
+ NULL, /* write_selection */
H5FD_stdio_flush, /* flush */
H5FD_stdio_truncate, /* truncate */
H5FD_stdio_lock, /* lock */