summaryrefslogtreecommitdiffstats
path: root/test/use.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-10-30 21:53:09 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-10-30 21:53:09 (GMT)
commitd1d2cf776d4f7b809e3cc1bda1a001ea147dfa89 (patch)
tree4d3cb63d4f3245f0d63fae01252f6e352fb67d3c /test/use.h
parent3145690c9590778b857def090489c6d890e42a5b (diff)
downloadhdf5-d1d2cf776d4f7b809e3cc1bda1a001ea147dfa89.zip
hdf5-d1d2cf776d4f7b809e3cc1bda1a001ea147dfa89.tar.gz
hdf5-d1d2cf776d4f7b809e3cc1bda1a001ea147dfa89.tar.bz2
Fix for HDFFV-10554 use_append_chunks in swmr use case test failure
Fix the timing issue of the test by moving the open/close of the test file for the writer to use_append_chunk.c and use_append_mchunks.c.
Diffstat (limited to 'test/use.h')
-rw-r--r--test/use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/use.h b/test/use.h
index 0885cc5..54d9b26 100644
--- a/test/use.h
+++ b/test/use.h
@@ -58,6 +58,6 @@ int setup_parameters(int argc, char * const argv[]);
void show_parameters(void);
void usage(const char *prog);
int create_uc_file(void);
-int write_uc_file(hbool_t tosend);
+int write_uc_file(hbool_t tosend, hid_t fid);
int read_uc_file(hbool_t towait);