diff options
Diffstat (limited to 'test/vol.c')
-rw-r--r-- | test/vol.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -123,6 +123,10 @@ static const H5VL_class_t fake_vol_g = { NULL, /* specific */ NULL /* optional */ }, + { /* introspect_cls */ + NULL, /* get_conn_cls */ + NULL, /* opt_query */ + }, { /* request_cls */ NULL, /* wait */ NULL, /* notify */ |