diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-28 16:26:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-28 16:26:03 (GMT) |
commit | 238a207f2dedb9b4e5a33e6701a96e3ab055895d (patch) | |
tree | 1f9df40ca64d8db8b2999298b78a7f9a8b59f19a /src/hdf5.h | |
parent | 2db4b6df1354a6d006b15fa411684639a08d7243 (diff) | |
download | hdf5-238a207f2dedb9b4e5a33e6701a96e3ab055895d.zip hdf5-238a207f2dedb9b4e5a33e6701a96e3ab055895d.tar.gz hdf5-238a207f2dedb9b4e5a33e6701a96e3ab055895d.tar.bz2 |
Add pass-through VOL connector
Diffstat (limited to 'src/hdf5.h')
-rw-r--r-- | src/hdf5.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -52,7 +52,8 @@ #include "H5FDwindows.h" /* Win32 I/O */ #endif -/* Virtual object layer drivers */ -#include "H5VLnative.h" /* Native VOL driver */ +/* Virtual object layer (VOL) connectors */ +#include "H5VLnative.h" /* Native VOL connector */ +#include "H5VLpassthru.h" /* Pass-through VOL connector */ #endif |