summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_remove_reader.c
diff options
context:
space:
mode:
authorvchoi <vchoi@jelly.ad.hdfgroup.org>2022-04-21 22:00:00 (GMT)
committervchoi <vchoi@jelly.ad.hdfgroup.org>2022-04-21 22:00:00 (GMT)
commit21c9366d1dc9e72ee43da7071da932a49483e2bb (patch)
tree4a8362580b8210e1e28d8d2bd50df0ad57d36761 /test/vfd_swmr_remove_reader.c
parent9163f6ca9bc447bfbd50554d10e0d9e7eb076724 (diff)
parent3ed0a0ee541f90e316bbabce0b3841a306420994 (diff)
downloadhdf5-21c9366d1dc9e72ee43da7071da932a49483e2bb.zip
hdf5-21c9366d1dc9e72ee43da7071da932a49483e2bb.tar.gz
hdf5-21c9366d1dc9e72ee43da7071da932a49483e2bb.tar.bz2
Merge branch 'new_vds_feature_vfd_swmr' of https://github.com/vchoi-hdfgroup/hdf5 into new_vds_feature_vfd_swmr
Diffstat (limited to 'test/vfd_swmr_remove_reader.c')
-rw-r--r--test/vfd_swmr_remove_reader.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/vfd_swmr_remove_reader.c b/test/vfd_swmr_remove_reader.c
index 9b73adc..775eb76 100644
--- a/test/vfd_swmr_remove_reader.c
+++ b/test/vfd_swmr_remove_reader.c
@@ -303,9 +303,9 @@ read_records(const char *filename, unsigned verbose, unsigned long nseconds, uns
if ((config = HDcalloc(1, sizeof(*config))) == NULL)
goto error;
- /* config, tick_len, max_lag, presume_posix_semantics, writer,
- * maintain_metadata_file, generate_updater_files, flush_raw_data, md_pages_reserved,
- * md_file_path, md_file_name, updater_file_path */
+ /* config, tick_len, max_lag, presume_posix_semantics, writer,
+ * maintain_metadata_file, generate_updater_files, flush_raw_data, md_pages_reserved,
+ * md_file_path, md_file_name, updater_file_path */
init_vfd_swmr_config(config, 4, 5, FALSE, FALSE, TRUE, FALSE, TRUE, 128, NULL, "rw-shadow", NULL);
/* use_latest_format, use_vfd_swmr, only_meta_page, page_buf_size, config */