summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_file.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-08 06:30:00 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-08 06:30:00 (GMT)
commit974482c372ea6fde60065b82a72902cc4f2742e1 (patch)
tree9068cc299ead27283db1bf52237af95c8c45d585 /src/H5VLnative_file.c
parent94bb7e1f789362601b575b262f038f5396aa9f67 (diff)
downloadhdf5-974482c372ea6fde60065b82a72902cc4f2742e1.zip
hdf5-974482c372ea6fde60065b82a72902cc4f2742e1.tar.gz
hdf5-974482c372ea6fde60065b82a72902cc4f2742e1.tar.bz2
Misc H5VL updates from develop
Diffstat (limited to 'src/H5VLnative_file.c')
-rw-r--r--src/H5VLnative_file.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/H5VLnative_file.c b/src/H5VLnative_file.c
index b9a1e4e..4f7bb90 100644
--- a/src/H5VLnative_file.c
+++ b/src/H5VLnative_file.c
@@ -409,6 +409,14 @@ H5VL__native_file_specific(void *obj, H5VL_file_specific_t specific_type, hid_t
break;
}
+ /* H5Fwait */
+ case H5VL_FILE_WAIT: {
+ /* The native VOL connector doesn't support asynchronous
+ * operations, so this is a no-op.
+ */
+ break;
+ }
+
default:
HGOTO_ERROR(H5E_VOL, H5E_UNSUPPORTED, FAIL, "invalid specific operation")
} /* end switch */