summaryrefslogtreecommitdiffstats
path: root/test/cache.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:30:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:30:01 (GMT)
commit8427b5267e698b134e93e87f3a19b6ce3101c186 (patch)
treee113f58ae6bb827a5f4855da034442ef6309560f /test/cache.c
parent1fc171a655af0984c0d749949bc9fb3a58a298ba (diff)
downloadhdf5-8427b5267e698b134e93e87f3a19b6ce3101c186.zip
hdf5-8427b5267e698b134e93e87f3a19b6ce3101c186.tar.gz
hdf5-8427b5267e698b134e93e87f3a19b6ce3101c186.tar.bz2
Adjust cache.c only variables.
Diffstat (limited to 'test/cache.c')
-rw-r--r--test/cache.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cache.c b/test/cache.c
index 5041aa7..4f61917 100644
--- a/test/cache.c
+++ b/test/cache.c
@@ -18,6 +18,7 @@
* H5C.c
*/
#include "cache_common.h"
+#include "H5MFprivate.h"
H5C_t * saved_cache = NULL; /* store the pointer to the instance of
@@ -44,9 +45,11 @@ hid_t saved_fcpl_id = H5P_DEFAULT; /* store the fcpl id here between
* we assume that there is no fcpl to
* close.
*/
+
hid_t saved_fid = -1; /* store the file id here between cache setup
* and takedown.
*/
+hbool_t write_permitted = TRUE;
hbool_t try_core_file_driver = FALSE;
hbool_t core_file_driver_failed = FALSE;
hbool_t skip_long_tests;