summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/echo_vol.c23
1 files changed, 17 insertions, 6 deletions
diff --git a/test/echo_vol.c b/test/echo_vol.c
index 02c0fb3..7f59832 100644
--- a/test/echo_vol.c
+++ b/test/echo_vol.c
@@ -23,11 +23,19 @@ static const H5VL_class_t echo_vol_g = {
0, /* version */
(H5VL_class_value_t)501, /* value */
"echo", /* name */
+ 0, /* capability flags */
NULL, /* initialize */
NULL, /* terminate */
- (size_t)0, /* fapl size */
- NULL, /* fapl copy */
- NULL, /* fapl free */
+ (size_t)0, /* info size */
+ NULL, /* info copy */
+ NULL, /* info compare */
+ NULL, /* info free */
+ NULL, /* info to str */
+ NULL, /* str to info */
+ NULL, /* get_object */
+ NULL, /* get_wrap_ctx */
+ NULL, /* wrap_object */
+ NULL, /* free_wrap_ctx */
{ /* attribute_cls */
NULL, /* create */
NULL, /* open */
@@ -87,10 +95,13 @@ static const H5VL_class_t echo_vol_g = {
NULL, /* specific */
NULL /* optional */
},
- { /* async_cls */
+ { /* request_cls */
+ NULL, /* wait */
+ NULL, /* notify */
NULL, /* cancel */
- NULL, /* test */
- NULL /* wait */
+ NULL, /* specific */
+ NULL, /* optional */
+ NULL /* free */
},
NULL /* optional */
};