summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.h
diff options
context:
space:
mode:
authormyang6 <myang6@hdfgroup.org>2021-10-15 18:29:19 (GMT)
committermyang6 <myang6@hdfgroup.org>2021-10-15 18:29:19 (GMT)
commit89cde3e0009bf2e97319ba3f36c100c97b6208e1 (patch)
tree8896cfb98ced41d3bfe87a1bf627ccab2a879a5e /test/vfd_swmr_common.h
parenta45b73e4275b26505d8b659d1d807a654bb60df7 (diff)
downloadhdf5-89cde3e0009bf2e97319ba3f36c100c97b6208e1.zip
hdf5-89cde3e0009bf2e97319ba3f36c100c97b6208e1.tar.gz
hdf5-89cde3e0009bf2e97319ba3f36c100c97b6208e1.tar.bz2
Test to just write a log file for H5Fopen. Add a testing routine vfd_swmr_log_writer.c.
Diffstat (limited to 'test/vfd_swmr_common.h')
-rw-r--r--test/vfd_swmr_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index b2fbbbd..8c51e0b 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -77,6 +77,8 @@ 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 hid_t vfd_swmr_create_fcpl(H5F_fspace_strategy_t fs_strategy, hsize_t fs_page_size);
H5TEST_DLL void dbgf(int, const char *, ...) H5_ATTR_FORMAT(printf, 2, 3);