summaryrefslogtreecommitdiffstats
path: root/test/genall5.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-03-20 20:18:19 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-03-20 20:18:19 (GMT)
commit52f8d8a1b1577d5053fa79662ab5eafd410a329e (patch)
tree7060efd04062851209439f48f1facc62b77a6af6 /test/genall5.h
parenta4a2dd2cc070060d2ccc8b7060f90c2839d8fa71 (diff)
downloadhdf5-52f8d8a1b1577d5053fa79662ab5eafd410a329e.zip
hdf5-52f8d8a1b1577d5053fa79662ab5eafd410a329e.tar.gz
hdf5-52f8d8a1b1577d5053fa79662ab5eafd410a329e.tar.bz2
Deduplicate create_zoo() and validate_zoo() and refactor for reuse by
VFD SWMR tests. This change reduces the length of genall5.c by 171 lines.
Diffstat (limited to 'test/genall5.h')
-rw-r--r--test/genall5.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/genall5.h b/test/genall5.h
index 1dce195..d3ed6aa 100644
--- a/test/genall5.h
+++ b/test/genall5.h
@@ -18,8 +18,10 @@
* in genall5.c
*/
-void create_zoo(hid_t fid, const char *base_path, int proc_num);
-void validate_zoo(hid_t fid, const char *base_path, int proc_num);
+void create_zoo(hid_t fid, const char *base_path, int proc_num,
+ bool skip_varlen);
+void validate_zoo(hid_t fid, const char *base_path, int proc_num,
+ bool skip_varlen);
void ns_grp_0(hid_t fid, const char *group_name);
void vrfy_ns_grp_0(hid_t fid, const char *group_name);