summaryrefslogtreecommitdiffstats
path: root/test/null_vol_connector.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-12-03 23:14:57 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-12-03 23:14:57 (GMT)
commit43c48fbadc994f740f63caeb5110442c79346501 (patch)
treeddd399b406665e41421c22794f1dcae380f8bff7 /test/null_vol_connector.c
parentca34de56cd336f58c4bcf4ac9e1460f898fba3c9 (diff)
downloadhdf5-43c48fbadc994f740f63caeb5110442c79346501.zip
hdf5-43c48fbadc994f740f63caeb5110442c79346501.tar.gz
hdf5-43c48fbadc994f740f63caeb5110442c79346501.tar.bz2
Fixed missing blob callbacks in test VOL connectors.
Diffstat (limited to 'test/null_vol_connector.c')
-rw-r--r--test/null_vol_connector.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/null_vol_connector.c b/test/null_vol_connector.c
index 5ed8545..14e1a38 100644
--- a/test/null_vol_connector.c
+++ b/test/null_vol_connector.c
@@ -116,6 +116,12 @@ static const H5VL_class_t null_vol_g = {
NULL, /* optional */
NULL /* free */
},
+ { /* blob_cls */
+ NULL, /* put */
+ NULL, /* get */
+ NULL, /* specific */
+ NULL /* optional */
+ },
NULL /* optional */
};