summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDmpi.h')
-rw-r--r--src/H5FDmpi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDmpi.h b/src/H5FDmpi.h
index f7e0200..10d2107 100644
--- a/src/H5FDmpi.h
+++ b/src/H5FDmpi.h
@@ -21,14 +21,14 @@
#ifndef H5FDmpi_H
#define H5FDmpi_H
-#ifdef H5_HAVE_PARALLEL
-
/* Type of I/O for data transfer properties */
typedef enum H5FD_mpio_xfer_t {
H5FD_MPIO_INDEPENDENT = 0, /*zero is the default*/
H5FD_MPIO_COLLECTIVE
} H5FD_mpio_xfer_t;
+#ifdef H5_HAVE_PARALLEL
+
/* Sub-class the H5FD_class_t to add more specific functions for MPI-based VFDs */
typedef struct H5FD_class_mpi_t {
H5FD_class_t super; /* Superclass information & methods */