summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-14 17:11:15 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-11-14 17:11:15 (GMT)
commitf2bb4e3dbc04d450098e0466e120a3f8a26d228c (patch)
tree8c0978a6d145008027062d1a41cf0825b71cbc71 /src/H5FDvfd_swmr.c
parent492d8b8b2a67ea53c57d48b06bb2eafd41220399 (diff)
downloadhdf5-f2bb4e3dbc04d450098e0466e120a3f8a26d228c.zip
hdf5-f2bb4e3dbc04d450098e0466e120a3f8a26d228c.tar.gz
hdf5-f2bb4e3dbc04d450098e0466e120a3f8a26d228c.tar.bz2
Good-bye md_open_tries.
Diffstat (limited to 'src/H5FDvfd_swmr.c')
-rw-r--r--src/H5FDvfd_swmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDvfd_swmr.c b/src/H5FDvfd_swmr.c
index 8765876..a3b6b5c 100644
--- a/src/H5FDvfd_swmr.c
+++ b/src/H5FDvfd_swmr.c
@@ -304,7 +304,7 @@ H5FD_vfd_swmr_open(const char *name, unsigned flags, hid_t fapl_id,
file->md_file_path[sizeof(file->md_file_path) - 1] = '\0';
/* Retry on opening the metadata file */
- for (do_try = h5_retry_init(&retry, vfd_swmr_config->md_open_tries,
+ for (do_try = h5_retry_init(&retry, H5FD_VFD_SWMR_MD_FILE_RETRY_MAX,
H5_RETRY_DEFAULT_MINIVAL,
H5_RETRY_DEFAULT_MAXIVAL);
do_try != 0;