summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-09-04 04:11:36 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-09-04 04:11:36 (GMT)
commit1daccbded796d1474ff95458948875c635df6622 (patch)
treeb88a03491cc9212836c1b457597e8089ecc77282 /src/hdf5.h
parentd926ddb1a240fb46748ae9d8e1c9ce42d9860d6e (diff)
downloadhdf5-1daccbded796d1474ff95458948875c635df6622.zip
hdf5-1daccbded796d1474ff95458948875c635df6622.tar.gz
hdf5-1daccbded796d1474ff95458948875c635df6622.tar.bz2
Second batch of checkin:
1) Define driver for the VFD SWMR reader 2) Implement VFD SWMR open callback 3) Implement H5FD_vfd_swmr_get_tick_and_idx() 4) Load and decode metadata file header and index 4) Closing for VFD SWMR
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index 1709375..7fb3895 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -47,6 +47,7 @@
#include "H5FDmulti.h" /* Usage-partitioned file family */
#include "H5FDsec2.h" /* POSIX unbuffered file I/O */
#include "H5FDstdio.h" /* Standard C buffered I/O */
+#include "H5FDvfd_swmr.h" /* VFD SWMR reader VFD */
#ifdef H5_HAVE_WINDOWS
#include "H5FDwindows.h" /* Win32 I/O */
#endif