summaryrefslogtreecommitdiffstats
path: root/test/swmr_common.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-07-09 10:05:53 (GMT)
committerGitHub <noreply@github.com>2022-07-09 10:05:53 (GMT)
commit1227bc041118e1c9fb3fdd48c083186f5deb4676 (patch)
tree0cddd12b3652faaf7adf242b2ed936d127fae454 /test/swmr_common.h
parent57cc499009f49b40505b8b3c1ca3e405c6447a16 (diff)
downloadhdf5-1227bc041118e1c9fb3fdd48c083186f5deb4676.zip
hdf5-1227bc041118e1c9fb3fdd48c083186f5deb4676.tar.gz
hdf5-1227bc041118e1c9fb3fdd48c083186f5deb4676.tar.bz2
Sync with develop (#1863)feature/onion_vfd
Diffstat (limited to 'test/swmr_common.h')
-rw-r--r--test/swmr_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/swmr_common.h b/test/swmr_common.h
index d0d829d..5fcf923 100644
--- a/test/swmr_common.h
+++ b/test/swmr_common.h
@@ -66,10 +66,10 @@ extern "C" {
H5TEST_DLL symbol_info_t *choose_dataset(void);
H5TEST_DLL hid_t create_symbol_datatype(void);
-H5TEST_DLL int generate_name(char *name_buf, unsigned level, unsigned count);
-H5TEST_DLL int generate_symbols(void);
-H5TEST_DLL int shutdown_symbols(void);
-H5TEST_DLL int print_metadata_retries_info(hid_t fid);
+H5TEST_DLL int generate_name(char *name_buf, size_t name_buf_length, unsigned level, unsigned count);
+H5TEST_DLL int generate_symbols(void);
+H5TEST_DLL int shutdown_symbols(void);
+H5TEST_DLL int print_metadata_retries_info(hid_t fid);
#ifdef __cplusplus
}