summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2019-04-03 23:09:27 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2019-04-03 23:09:27 (GMT)
commitaa696a47715c3dd9c068f71915c6dcf23745441c (patch)
tree1751166c747d63296baac940ccef17ee0f3d8033 /test/h5test.h
parent3d99a6a7937fdd67a0574b7025189ac6459a67d8 (diff)
parentfc945999d00fc66f3b6251115f8bc13d4b18814c (diff)
downloadhdf5-aa696a47715c3dd9c068f71915c6dcf23745441c.zip
hdf5-aa696a47715c3dd9c068f71915c6dcf23745441c.tar.gz
hdf5-aa696a47715c3dd9c068f71915c6dcf23745441c.tar.bz2
Merge pull request #1598 in HDFFV/hdf5 from env_vol_load to develop
* commit 'fc945999d00fc66f3b6251115f8bc13d4b18814c': Specify the default VOL connector to use with an environment variable.
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 66a7863..8c3ce6b 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -123,8 +123,7 @@ H5TEST_DLLVAR MPI_Info h5_io_info_g; /* MPI INFO object for IO */
/* Flags for h5_fileaccess_flags() */
#define H5_FILEACCESS_VFD 0x01
-#define H5_FILEACCESS_VOL 0x02
-#define H5_FILEACCESS_LIBVER 0x04
+#define H5_FILEACCESS_LIBVER 0x02
#ifdef __cplusplus
extern "C" {
@@ -152,7 +151,6 @@ H5TEST_DLL H5VL_class_t *h5_get_dummy_vol_class(void);
/* Functions that will replace components of a FAPL */
H5TEST_DLL herr_t h5_get_vfd_fapl(hid_t fapl_id);
-H5TEST_DLL herr_t h5_get_vol_fapl(hid_t fapl_id);
H5TEST_DLL herr_t h5_get_libver_fapl(hid_t fapl_id);
/* h5_clean_files() replacements */