mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
Document that ctx VOL property isn't drawn from the FAPL (#4597)
This commit is contained in:
parent
78ad50d4bb
commit
0c4041f846
@ -349,7 +349,9 @@ typedef struct H5CX_t {
|
||||
bool high_bound_valid; /* Whether high_bound property is valid */
|
||||
|
||||
/* Cached VOL settings */
|
||||
H5VL_connector_prop_t vol_connector_prop; /* Property for VOL connector ID & info */
|
||||
H5VL_connector_prop_t vol_connector_prop; /* Property for VOL connector ID & info
|
||||
This is treated as an independent field with
|
||||
no relation to the property H5F_ACS_VOL_CONN_NAME stored on the FAPL */
|
||||
bool vol_connector_prop_valid; /* Whether property for VOL connector ID & info is valid */
|
||||
void *vol_wrap_ctx; /* VOL connector's "wrap context" for creating IDs */
|
||||
bool vol_wrap_ctx_valid; /* Whether VOL connector's "wrap context" for creating IDs is valid */
|
||||
|
Loading…
x
Reference in New Issue
Block a user