summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_bigset_writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vfd_swmr_bigset_writer.c')
-rw-r--r--test/vfd_swmr_bigset_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_bigset_writer.c b/test/vfd_swmr_bigset_writer.c
index a3653d5..614a499 100644
--- a/test/vfd_swmr_bigset_writer.c
+++ b/test/vfd_swmr_bigset_writer.c
@@ -692,7 +692,7 @@ open_extensible_dset(state_t *s, unsigned int which)
for (i = 0; i < tries; i++) {
struct timespec one_tenth = {.tv_sec = 0, .tv_nsec = 1000000000L / 10};
- ds = H5Dopen(s->file[0], dname, s->dapl);
+ ds = H5Dopen2(s->file[0], dname, s->dapl);
if (ds >= 0)
break;