summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.h
diff options
context:
space:
mode:
authormyang6 <myang6@hdfgroup.org>2021-10-15 19:12:00 (GMT)
committermyang6 <myang6@hdfgroup.org>2021-10-15 19:12:00 (GMT)
commit97638647034a0452bed5bc0b2eb951e41f5c92b0 (patch)
treeb6dc316c394cd8a0feb07da8f9260d2c2880860c /test/vfd_swmr_common.h
parent89cde3e0009bf2e97319ba3f36c100c97b6208e1 (diff)
downloadhdf5-97638647034a0452bed5bc0b2eb951e41f5c92b0.zip
hdf5-97638647034a0452bed5bc0b2eb951e41f5c92b0.tar.gz
hdf5-97638647034a0452bed5bc0b2eb951e41f5c92b0.tar.bz2
Clean up H5Fint.c, ready to implement the report function.
Diffstat (limited to 'test/vfd_swmr_common.h')
-rw-r--r--test/vfd_swmr_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index 8c51e0b..c011142 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -77,7 +77,7 @@ H5TEST_DLL void init_vfd_swmr_config(H5F_vfd_swmr_config_t *config, uint32_t tic
hbool_t writer, hbool_t flush_raw_data, uint32_t md_pages_reserved,
const char *md_file_fmtstr, ...) H5_ATTR_FORMAT(printf, 7, 8);
-H5TEST_DLL void init_vfd_swmr_config_log(H5F_vfd_swmr_config_t *config, const char * log_file_fmtstr, ...) H5_ATTR_FORMAT(printf, 2, 3);
+H5TEST_DLL void init_vfd_swmr_log(H5F_vfd_swmr_config_t *config, const char * log_file_fmtstr, ...) H5_ATTR_FORMAT(printf, 2, 3);
H5TEST_DLL hid_t vfd_swmr_create_fcpl(H5F_fspace_strategy_t fs_strategy, hsize_t fs_page_size);