summaryrefslogtreecommitdiffstats
path: root/test/use.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2018-11-01 21:12:07 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-11-13 16:59:42 (GMT)
commitc00b6863571f6af4b3be81185a0ca35823dad7b4 (patch)
treeca9041ee859c0fe36b0251605973ac098ba3b80d /test/use.h
parentfe15b8a0b82b88d909accd92c0ee7c76b6cb0408 (diff)
downloadhdf5-c00b6863571f6af4b3be81185a0ca35823dad7b4.zip
hdf5-c00b6863571f6af4b3be81185a0ca35823dad7b4.tar.gz
hdf5-c00b6863571f6af4b3be81185a0ca35823dad7b4.tar.bz2
Merge pull request #1314 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '51076d40617aa6f0236809c2c919cc6921b3bbc1': Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.c Fixed fprintf to HDfprintf in the following routines: 1) read_uc_file() in use_common.c 2) main() of use_append_chunk.c and use_append_mchunks.c 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);