Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/
HDF5  1.12.1
H5VL_request_class_t Struct Reference

#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)
 

Field Documentation

◆ cancel

herr_t(* cancel(void *req)

◆ free

herr_t(* free(void *req)

◆ notify

herr_t(* notify(void *req, H5VL_request_notify_t cb, void *ctx)

◆ optional

herr_t(* optional(void *req, H5VL_request_optional_t opt_type, va_list arguments)

◆ specific

herr_t(* specific(void *req, H5VL_request_specific_t specific_type, va_list arguments)

◆ wait

herr_t(* wait(void *req, uint64_t timeout, H5ES_status_t *status)

The documentation for this struct was generated from the following file: