summaryrefslogtreecommitdiffstats
path: root/src/H5VLpassthru.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-08 06:39:15 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-08 06:39:15 (GMT)
commitb25d924aca5df0c7f3de6a72c1e3eba1ed4cfd74 (patch)
tree2ce465e7662eeb39c84732d56e2f9c52ce05a576 /src/H5VLpassthru.c
parent6e38479134be36d116efb372d1dbdd5feddd3311 (diff)
downloadhdf5-b25d924aca5df0c7f3de6a72c1e3eba1ed4cfd74.zip
hdf5-b25d924aca5df0c7f3de6a72c1e3eba1ed4cfd74.tar.gz
hdf5-b25d924aca5df0c7f3de6a72c1e3eba1ed4cfd74.tar.bz2
Updates the VOL struct
Diffstat (limited to 'src/H5VLpassthru.c')
-rw-r--r--src/H5VLpassthru.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5VLpassthru.c b/src/H5VLpassthru.c
index 590339d..fa59f4a 100644
--- a/src/H5VLpassthru.c
+++ b/src/H5VLpassthru.c
@@ -263,9 +263,10 @@ static herr_t H5VL_pass_through_optional(void *obj, int op_type, hid_t dxpl_id,
/* Pass through VOL connector class struct */
static const H5VL_class_t H5VL_pass_through_g = {
- H5VL_PASSTHRU_VERSION, /* version */
+ H5VL_VERSION, /* VOL class struct version */
(H5VL_class_value_t)H5VL_PASSTHRU_VALUE, /* value */
H5VL_PASSTHRU_NAME, /* name */
+ H5VL_PASSTHRU_VERSION, /* connector version */
0, /* capability flags */
H5VL_pass_through_init, /* initialize */
H5VL_pass_through_term, /* terminate */