summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-12 19:36:43 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-12 19:36:43 (GMT)
commitd4bedf4e169bed14867d41a6c790947e9d21f065 (patch)
treef0c628870aa9519c52269f9af0b9202e6d392845 /src/H5VLiod.h
parent2e2d3e445518286b55e785fce59476165f5022de (diff)
downloadhdf5-d4bedf4e169bed14867d41a6c790947e9d21f065.zip
hdf5-d4bedf4e169bed14867d41a6c790947e9d21f065.tar.gz
hdf5-d4bedf4e169bed14867d41a6c790947e9d21f065.tar.bz2
[svn-r23344] add startup routines
Diffstat (limited to 'src/H5VLiod.h')
-rw-r--r--src/H5VLiod.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5VLiod.h b/src/H5VLiod.h
index 196192a..20b0b10 100644
--- a/src/H5VLiod.h
+++ b/src/H5VLiod.h
@@ -27,6 +27,7 @@
#include "iod_types.h"
#include "function_shipper.h"
#include "function_shipper_handler.h"
+#include "network_mpi.h"
#ifdef H5_HAVE_PARALLEL
#define H5VL_IOD (H5VL_iod_init())
@@ -41,6 +42,8 @@ extern "C" {
#ifdef H5_HAVE_PARALLEL
H5_DLL H5VL_class_t *H5VL_iod_init(void);
H5_DLL herr_t H5Pset_fapl_iod(hid_t fapl_id, MPI_Comm comm, MPI_Info info);
+H5_DLL herr_t H5VLiod_start_handler(MPI_Comm comm, MPI_Info info);
+H5_DLL herr_t H5VLeff_init(MPI_Comm comm, MPI_Info info);
#endif /* H5_HAVE_PARALLEL */
#ifdef __cplusplus