summaryrefslogtreecommitdiffstats
path: root/src/H5VLdaosm.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-12-13 17:54:34 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-12-13 17:54:34 (GMT)
commit669b89ba0defe95e8948cb4917ed071d74932749 (patch)
treefc1289f0cc40d20775b4b137ad5247ada07c8b46 /src/H5VLdaosm.h
parent3889eeb5c86376fa677d48c8156584435f5cea66 (diff)
downloadhdf5-669b89ba0defe95e8948cb4917ed071d74932749.zip
hdf5-669b89ba0defe95e8948cb4917ed071d74932749.tar.gz
hdf5-669b89ba0defe95e8948cb4917ed071d74932749.tar.bz2
Split H5VLdaosm.h into public and private headers, to remove the need
for the application to include daos.h. Fix bugs in examples.
Diffstat (limited to 'src/H5VLdaosm.h')
-rw-r--r--src/H5VLdaosm.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/H5VLdaosm.h b/src/H5VLdaosm.h
index 622b7ad..6e3c49c 100644
--- a/src/H5VLdaosm.h
+++ b/src/H5VLdaosm.h
@@ -17,13 +17,16 @@
* Programmer: Neil Fortner <nfortne2@hdfgroup.gov>
* September, 2016
*
- * Purpose: The public header file for the DAOS-M VOL plugin.
+ * Purpose: The private header file for the DAOS-M VOL plugin.
*/
#ifndef H5VLdaosm_H
#define H5VLdaosm_H
#define H5_HAVE_EFF 1 /* DSMINC */
+/* Include package's public header */
+#include "H5VLdaosm_public.h"
+
#ifdef H5_HAVE_EFF
#include "daos.h"
@@ -92,10 +95,6 @@ typedef struct H5VL_daosm_dset_t {
extern hid_t H5VL_DAOSM_g;
H5_DLL hid_t H5VL_daosm_init(void);
-H5_DLL herr_t H5Pset_fapl_daosm(hid_t fapl_id, MPI_Comm comm, MPI_Info info,
- uuid_t pool_uuid, char *pool_grp);
-//H5_DLL herr_t EFF_init(void); DSMINC
-//H5_DLL herr_t EFF_finalize(void); DSMINC
#endif /* H5_HAVE_EFF */