summaryrefslogtreecommitdiffstats
path: root/test/page_buffer.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-11-14 19:15:23 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-11-14 19:15:23 (GMT)
commit227688c9cd99577df8dcba63875dca513593c739 (patch)
treedaf9c80f16bc6fee83bdeb51020d4180b97af824 /test/page_buffer.c
parentf2bb4e3dbc04d450098e0466e120a3f8a26d228c (diff)
downloadhdf5-227688c9cd99577df8dcba63875dca513593c739.zip
hdf5-227688c9cd99577df8dcba63875dca513593c739.tar.gz
hdf5-227688c9cd99577df8dcba63875dca513593c739.tar.bz2
Modifications for the following items in the punch list:
(A) #5: Add the "pb_expansion_threshold" field to the "H5F_vfd_swmr_config_t" structure and update H5Pset_vfd_swmr_config() and H5Pget_vfd_swmr_config() accordingly (B) #13 bullet 2: Comment H5F_vfd_swmr_config_t in H5Fpublic.h properly (copied from John's description in the RFC) (C) Change the field name "vfd_swmr_writer" to "writer" in "struct H5F_vfd_swmr_config_t" (as indicated on page 11 in the RFC) and all references to it
Diffstat (limited to 'test/page_buffer.c')
-rw-r--r--test/page_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/page_buffer.c b/test/page_buffer.c
index 38f4529..4848c09 100644
--- a/test/page_buffer.c
+++ b/test/page_buffer.c
@@ -113,7 +113,7 @@ swmr_fapl_augment(hid_t fapl, const char *filename, uint32_t max_lag)
.version = H5F__CURR_VFD_SWMR_CONFIG_VERSION
, .tick_len = 4
, .max_lag = 5
- , .vfd_swmr_writer = true
+ , .writer = true
, .md_pages_reserved = 128
};
const char *dname;