summaryrefslogtreecommitdiffstats
path: root/test/null_vol_connector.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/null_vol_connector.c')
-rw-r--r--test/null_vol_connector.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/null_vol_connector.c b/test/null_vol_connector.c
index 14e1a38..884bc65 100644
--- a/test/null_vol_connector.c
+++ b/test/null_vol_connector.c
@@ -108,6 +108,10 @@ static const H5VL_class_t null_vol_g = {
NULL, /* specific */
NULL /* optional */
},
+ { /* introspect_cls */
+ NULL, /* get_conn_cls */
+ NULL, /* opt_query */
+ },
{ /* request_cls */
NULL, /* wait */
NULL, /* notify */