summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-04-16 20:30:27 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-04-16 20:30:27 (GMT)
commit21f3fae46982195f88b37471896bb68668dff633 (patch)
tree7650bda6a9dbfe5619ee1cf459decd2eec34eee8 /test/vfd_swmr_common.h
parent86be273386b23c56300dd53705524eb269127b4a (diff)
downloadhdf5-21f3fae46982195f88b37471896bb68668dff633.zip
hdf5-21f3fae46982195f88b37471896bb68668dff633.tar.gz
hdf5-21f3fae46982195f88b37471896bb68668dff633.tar.bz2
Refactor: extract subroutine estack_get_state() for reuse in a commit
that's coming soon.
Diffstat (limited to 'test/vfd_swmr_common.h')
-rw-r--r--test/vfd_swmr_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index 7998d29..618e4ff 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -80,6 +80,7 @@ H5TEST_DLLVAR unsigned symbol_count[NLEVELS];
extern "C" {
#endif
+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);