summaryrefslogtreecommitdiffstats
path: root/test/vol.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-12-03 23:14:57 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:18 (GMT)
commit57b38f58bdce3488a2f86ee66fa2502b6e221728 (patch)
tree2e0c01d9af47cedd1f7e0945c52e3bcfd124fa29 /test/vol.c
parent69937a4b8a9163e4fefa403f69cb6b30a26f2e24 (diff)
downloadhdf5-57b38f58bdce3488a2f86ee66fa2502b6e221728.zip
hdf5-57b38f58bdce3488a2f86ee66fa2502b6e221728.tar.gz
hdf5-57b38f58bdce3488a2f86ee66fa2502b6e221728.tar.bz2
Fixed missing blob callbacks in test VOL connectors.
Diffstat (limited to 'test/vol.c')
-rw-r--r--test/vol.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/vol.c b/test/vol.c
index 5ff0af0..da42a1e 100644
--- a/test/vol.c
+++ b/test/vol.c
@@ -131,6 +131,12 @@ static const H5VL_class_t fake_vol_g = {
NULL, /* optional */
NULL /* free */
},
+ { /* blob_cls */
+ NULL, /* put */
+ NULL, /* get */
+ NULL, /* specific */
+ NULL /* optional */
+ },
NULL /* optional */
};