summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-10-27 14:16:26 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-10-27 14:16:26 (GMT)
commit55d6fd7d39b8851c12b2c52de07a03c7fb1269ef (patch)
tree979e0a42ae8221da9a67e2f50c19caf84af98659 /src/hdf5.h
parentfba658662b64b169c0664a6f66a29d27b36be0f4 (diff)
downloadhdf5-55d6fd7d39b8851c12b2c52de07a03c7fb1269ef.zip
hdf5-55d6fd7d39b8851c12b2c52de07a03c7fb1269ef.tar.gz
hdf5-55d6fd7d39b8851c12b2c52de07a03c7fb1269ef.tar.bz2
Initial implementation of file create/open/close on daos-m. Has not been tested.
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index b0742a9..72d0ab3 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -41,6 +41,10 @@
#include "H5Zpublic.h" /* Data filters */
#include "H5VLpublic.h" /* VOL plugins */
+/* FastForward headers */
+#include "H5FFpublic.h" /* FastForward wrappers */
+#include "H5VLdaosm.h" /* DAOS-M VOL plugin */
+
/* Predefined VOL plugins */
#include "H5VLnative.h" /* Native HDF5 plugin */