summaryrefslogtreecommitdiffstats
path: root/src/H5Dpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r--src/H5Dpublic.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index d1d5c26..a86d865 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -31,13 +31,12 @@ typedef enum H5D_layout_t {
H5D_NLAYOUTS = 3 /*this one must be last! */
} H5D_layout_t;
-#ifdef HAVE_PARALLEL
/* Values for the data transfer property */
typedef enum H5D_transfer_t {
H5D_XFER_INDEPENDENT, /*Independent data transfer */
- H5D_XFER_COLLECTIVE /*Collective data transfer */
+ H5D_XFER_COLLECTIVE, /*Collective data transfer */
+ H5D_XFER_DFLT /*default data transfer mode */
} H5D_transfer_t;
-#endif
#ifdef __cplusplus