summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-11-14 21:21:52 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-11-14 21:21:52 (GMT)
commita6c64046431266a313aedb2486d838d449661508 (patch)
tree6fa905e70c1dedeca3eb4ac5c2738c1f39158a42 /src/hdf5.h
parent94b0ec89c4db734d10f0a94b02a418cd22fcbe1a (diff)
downloadhdf5-a6c64046431266a313aedb2486d838d449661508.zip
hdf5-a6c64046431266a313aedb2486d838d449661508.tar.gz
hdf5-a6c64046431266a313aedb2486d838d449661508.tar.bz2
Initial implementation of dataset create/open/close, transactions. Not
working on boro, though it is unclear if that is due to a pug in this code or in daos.
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index 5c764ba..b7580bc 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -42,7 +42,8 @@
#include "H5VLpublic.h" /* VOL plugins */
/* FastForward headers */
-//#include "H5FFpublic.h" /* FastForward wrappers */ DSMINC
+#include "H5FFpublic.h" /* FastForward wrappers */
+#include "H5TRpublic.h" /* Transactions */
#include "H5VLdaosm.h" /* DAOS-M VOL plugin */
/* Predefined VOL plugins */