summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2017-12-13 14:41:41 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2017-12-13 14:41:41 (GMT)
commit23003990cc034b3ace8c1452aaa1fb1cadbddf51 (patch)
treea26540776f275ed19559ce7859e210f41e5ee0c2 /src/H5Dpkg.h
parent27c8aafd4f036f0d7e72066a90837451c0a1b78d (diff)
parent4f37d8e538a95a1081649b3d257b185455bad8c0 (diff)
downloadhdf5-23003990cc034b3ace8c1452aaa1fb1cadbddf51.zip
hdf5-23003990cc034b3ace8c1452aaa1fb1cadbddf51.tar.gz
hdf5-23003990cc034b3ace8c1452aaa1fb1cadbddf51.tar.bz2
Merge pull request #824 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf5_1_10
* commit '4f37d8e538a95a1081649b3d257b185455bad8c0': (44 commits) HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake removed duplicate exports of DS subroutines removed duplicate exports of DS subroutines Normalization with VOL integration branch. clean-up moved dll export to Module Fixed typo. removed parameters added missing parameter added missing parameter removed duplicate exports of DS subroutines removed fortran comments Various code cleanup Description: - Replaced H5Location::exists with H5Location::nameExists and marked H5Location::exists as deprecated. - Miscellaneous test cleanup for consistency. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test) exported global variables for windows Fixed an incorrect FUNC_ENTER macro. Normalization with VOL integration branch. Normalization with VOL integration branch. export var. initialized integer constants Update macros ...
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index beb1089..542abd0 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -598,6 +598,8 @@ H5_DLL herr_t H5D_set_io_info_dxpls(H5D_io_info_t *io_info, hid_t dxpl_id);
H5_DLL herr_t H5D__format_convert(H5D_t *dataset, hid_t dxpl_id);
/* Internal I/O routines */
+H5_DLL herr_t H5D__pre_write(H5D_t *dset, hbool_t direct_write, hid_t mem_type_id,
+ const H5S_t *mem_space, const H5S_t *file_space, hid_t dxpl_id, const void *buf);
H5_DLL herr_t H5D__read(H5D_t *dataset, hid_t mem_type_id,
const H5S_t *mem_space, const H5S_t *file_space, hid_t dset_xfer_plist,
void *buf/*out*/);