diff options
Diffstat (limited to 'test/vol.c')
-rw-r--r-- | test/vol.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 */ }; |