summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-27 21:38:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-27 21:38:38 (GMT)
commit7840775796c64907a56d63f2c5a23bddcb47550e (patch)
tree11ca8f1a8dc402351e3405d60f66871535b58a22 /src/H5Sprivate.h
parent6859fd9ef2cedebd2bc186e49664f4b121aaa594 (diff)
downloadhdf5-7840775796c64907a56d63f2c5a23bddcb47550e.zip
hdf5-7840775796c64907a56d63f2c5a23bddcb47550e.tar.gz
hdf5-7840775796c64907a56d63f2c5a23bddcb47550e.tar.bz2
[svn-r7755] Purpose:
Code cleanup Description: Straighten out more goofiness in the MPI code dealing with collective I/O transfers - mostly make certain that a view is set if-and-only-if collective I/O is occurring on raw data (and vice versa for views and independent I/O) Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel too minor to repquire h5committest
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index 566bb7b..b8400eb 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -164,7 +164,7 @@ typedef struct H5S_conv_t {
H5_DLL H5S_t *H5S_copy(const H5S_t *src);
H5_DLL herr_t H5S_close(H5S_t *ds);
H5_DLL H5S_conv_t *H5S_find(const H5S_t *mem_space, const H5S_t *file_space,
- unsigned flags);
+ unsigned flags, hbool_t *use_par_opt_io);
H5_DLL H5S_class_t H5S_get_simple_extent_type(const H5S_t *ds);
H5_DLL hssize_t H5S_get_simple_extent_npoints(const H5S_t *ds);
H5_DLL hsize_t H5S_get_npoints_max(const H5S_t *ds);