diff options
author | vchoi <vchoi@jelly.ad.hdfgroup.org> | 2022-04-21 22:00:00 (GMT) |
---|---|---|
committer | vchoi <vchoi@jelly.ad.hdfgroup.org> | 2022-04-21 22:00:00 (GMT) |
commit | 21c9366d1dc9e72ee43da7071da932a49483e2bb (patch) | |
tree | 4a8362580b8210e1e28d8d2bd50df0ad57d36761 /test/vfd_swmr_gfail_writer.c | |
parent | 9163f6ca9bc447bfbd50554d10e0d9e7eb076724 (diff) | |
parent | 3ed0a0ee541f90e316bbabce0b3841a306420994 (diff) | |
download | hdf5-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_gfail_writer.c')
-rw-r--r-- | test/vfd_swmr_gfail_writer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vfd_swmr_gfail_writer.c b/test/vfd_swmr_gfail_writer.c index fc3bcb0..10370cc 100644 --- a/test/vfd_swmr_gfail_writer.c +++ b/test/vfd_swmr_gfail_writer.c @@ -547,8 +547,8 @@ main(int argc, char **argv) /* 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, s.tick_len, s.max_lag, FALSE, writer, TRUE, FALSE, TRUE, 128, - "./", "group-shadow", NULL); + init_vfd_swmr_config(&config, s.tick_len, s.max_lag, FALSE, writer, TRUE, FALSE, TRUE, 128, "./", + "group-shadow", NULL); /* If old-style option is chosen, use the earliest file format(H5F_LIBVER_EARLIEST) * as the second parameter of H5Pset_libver_bound() that is called by |