summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-09-17 19:35:54 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-09-17 19:35:54 (GMT)
commit8e2053bb3d29ab8f90cd28d7e66641ac2472063e (patch)
tree089e994dc2e2bd4bbea63b15f08fdbdc36bbc80a /test/vfd_swmr_common.h
parentda688311afebd2d6b188c50cbf78c5e05e757ba9 (diff)
downloadhdf5-8e2053bb3d29ab8f90cd28d7e66641ac2472063e.zip
hdf5-8e2053bb3d29ab8f90cd28d7e66641ac2472063e.tar.gz
hdf5-8e2053bb3d29ab8f90cd28d7e66641ac2472063e.tar.bz2
Move below_speed_limit() from vfd_swmr_bigset_writer.c to
vfd_swmr_common.c, document it, and fix a bug.
Diffstat (limited to 'test/vfd_swmr_common.h')
-rw-r--r--test/vfd_swmr_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index 8e1f877..51e8c80 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -81,6 +81,8 @@ H5TEST_DLLVAR unsigned symbol_count[NLEVELS];
extern "C" {
#endif
+H5TEST_DLL bool below_speed_limit(struct timespec *, const struct timespec *);
+
H5TEST_DLL estack_state_t estack_get_state(void);
H5TEST_DLL estack_state_t disable_estack(void);
H5TEST_DLL void restore_estack(estack_state_t);