mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'f2da47f732ded55837f6d008af46d0c448bec1f1': Update to new callbacks in H5VL_class_t.
This commit is contained in:
commit
2998dbfc70
@ -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 */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user