summaryrefslogtreecommitdiffstats
path: root/testpar/t_vfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/t_vfd.c')
-rw-r--r--testpar/t_vfd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/testpar/t_vfd.c b/testpar/t_vfd.c
index f5f0267..9b47f07 100644
--- a/testpar/t_vfd.c
+++ b/testpar/t_vfd.c
@@ -342,11 +342,11 @@ setup_vfd_test_file(int file_name_id, char *file_name, int mpi_size, H5FD_mpio_x
/* shared_cfg = */ shared_conf,
};
H5FD_ioc_config_t ioc_config = {
- /* magic = */ H5FD_IOC_FAPL_MAGIC,
- /* version = */ H5FD_IOC_CURR_FAPL_VERSION,
- /* under_fapl_id = */ H5P_DEFAULT,
- /* thread_pool_count = */ H5FD_IOC_DEFAULT_THREAD_POOL_SIZE,
- /* subf_config = */ shared_conf,
+ /* magic = */ H5FD_IOC_FAPL_MAGIC,
+ /* version = */ H5FD_IOC_CURR_FAPL_VERSION,
+ /* under_fapl_id = */ H5P_DEFAULT,
+ /* thread_pool_size = */ H5FD_IOC_DEFAULT_THREAD_POOL_SIZE,
+ /* subf_config = */ shared_conf,
};
hid_t ioc_fapl = H5I_INVALID_HID;