Skip to content

Commit

Permalink
Document that ctx VOL property isn't drawn from the FAPL (#4597)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Jun 24, 2024
1 parent 78ad50d commit 0c4041f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/H5CX.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0c4041f

Please sign in to comment.