![]() |
HDF5
1.12.0
|
#include <H5VLconnector.h>
Data Fields | |
| herr_t(* | wait )(void *req, uint64_t timeout, H5ES_status_t *status) |
| herr_t(* | notify )(void *req, H5VL_request_notify_t cb, void *ctx) |
| herr_t(* | cancel )(void *req) |
| herr_t(* | specific )(void *req, H5VL_request_specific_t specific_type, va_list arguments) |
| herr_t(* | optional )(void *req, H5VL_request_optional_t opt_type, va_list arguments) |
| herr_t(* | free )(void *req) |
| herr_t(* cancel) (void *req) |
| herr_t(* free) (void *req) |
| herr_t(* notify) (void *req, H5VL_request_notify_t cb, void *ctx) |
| herr_t(* optional) (void *req, H5VL_request_optional_t opt_type, va_list arguments) |
| herr_t(* specific) (void *req, H5VL_request_specific_t specific_type, va_list arguments) |
| herr_t(* wait) (void *req, uint64_t timeout, H5ES_status_t *status) |