Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0.68e8c0e
API Reference
 
Loading...
Searching...
No Matches
H5FDmirror.h File Reference

Data Structures

struct  H5FD_mirror_fapl_t
 Configuration structure for H5Pset_fapl_mirror() / H5Pget_fapl_mirror() More...
 

Macros

#define H5FD_MIRROR   (H5FDperform_init(H5FD_mirror_init))
 
#define H5FD_MIRROR_VALUE   H5_VFD_MIRROR
 
#define H5FD_MIRROR_FAPL_MAGIC   0xF8DD514C
 
#define H5FD_MIRROR_CURR_FAPL_T_VERSION   1
 
#define H5FD_MIRROR_MAX_IP_LEN   32
 

Functions

H5_DLL herr_t H5Pget_fapl_mirror (hid_t fapl_id, H5FD_mirror_fapl_t *fa_out)
 Queries a File Access Property List for H5FD_MIRROR file driver properties.
 
H5_DLL herr_t H5Pset_fapl_mirror (hid_t fapl_id, H5FD_mirror_fapl_t *fa)
 Modifies the file access property list to use the H5FD_MIRROR driver.
 

Macro Definition Documentation

◆ H5FD_MIRROR

#define H5FD_MIRROR   (H5FDperform_init(H5FD_mirror_init))

Initializer for the mirror VFD

◆ H5FD_MIRROR_CURR_FAPL_T_VERSION

#define H5FD_MIRROR_CURR_FAPL_T_VERSION   1

The version number of the H5FD_mirror_fapl_t configuration structure for the H5FD_MIRROR driver

◆ H5FD_MIRROR_FAPL_MAGIC

#define H5FD_MIRROR_FAPL_MAGIC   0xF8DD514C

Magic number to identify the H5FD_mirror_fapl_t struct

◆ H5FD_MIRROR_MAX_IP_LEN

#define H5FD_MIRROR_MAX_IP_LEN   32

Max size of the remote_ip array in H5FD_mirror_fapl_t

◆ H5FD_MIRROR_VALUE

#define H5FD_MIRROR_VALUE   H5_VFD_MIRROR

Identifier for the mirror VFD