summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-11-04 05:05:08 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-11-04 05:05:08 (GMT)
commitdf7cf2a9d3409ce6dfbd28d80af35fa2512320ae (patch)
tree4050d1c6f79b0c97d8d73771374ca58dc9985bc1 /src/H5VLnative.c
parent4806d29d9f2274e102c76b8672c47cc211dbf3d6 (diff)
downloadhdf5-df7cf2a9d3409ce6dfbd28d80af35fa2512320ae.zip
hdf5-df7cf2a9d3409ce6dfbd28d80af35fa2512320ae.tar.gz
hdf5-df7cf2a9d3409ce6dfbd28d80af35fa2512320ae.tar.bz2
Refactor, standardize, and revise the async request callbacks.
Diffstat (limited to 'src/H5VLnative.c')
-rw-r--r--src/H5VLnative.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/H5VLnative.c b/src/H5VLnative.c
index c6954bc..9137e4d 100644
--- a/src/H5VLnative.c
+++ b/src/H5VLnative.c
@@ -192,10 +192,12 @@ static H5VL_class_t H5VL_native_cls_g = {
H5VL__native_object_specific, /* specific */
H5VL__native_object_optional /* optional */
},
- { /* async_cls */
+ { /* request_cls */
+ NULL, /* wait */
NULL, /* cancel */
- NULL, /* test */
- NULL /* wait */
+ NULL, /* specific */
+ NULL, /* optional */
+ NULL /* free */
},
NULL /* optional */
};