diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2014-04-23 19:10:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2014-04-23 19:10:11 (GMT) |
commit | cd973218bf779af5b3ccbc171d708c15edb69c19 (patch) | |
tree | 643b456d3718a58677b73fda531c359bcf31a590 /src/H5Fpkg.h | |
parent | 897806f3c7f8fb59b8d33ef54f6a32c4d7647318 (diff) | |
download | hdf5-cd973218bf779af5b3ccbc171d708c15edb69c19.zip hdf5-cd973218bf779af5b3ccbc171d708c15edb69c19.tar.gz hdf5-cd973218bf779af5b3ccbc171d708c15edb69c19.tar.bz2 |
[svn-r25088] Description:
Introduce "file I/O info" struct, to hold file & dxpl pointers, and start
propagating up through library.
Tested on:
Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel
(h5committest coming)
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index 0f2f5df..c35476b 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -318,7 +318,7 @@ H5_DLL herr_t H5F_super_ext_close(H5F_t *f, H5O_loc_t *ext_ptr, hid_t dxpl_id, hbool_t was_created); /* Metadata accumulator routines */ -H5_DLL herr_t H5F_accum_read(const H5F_t *f, hid_t dxpl_id, H5FD_mem_t type, +H5_DLL herr_t H5F__accum_read(const H5F_io_info_t *fio_info, H5FD_mem_t type, haddr_t addr, size_t size, void *buf); H5_DLL herr_t H5F_accum_write(const H5F_t *f, hid_t dxpl_id, H5FD_mem_t type, haddr_t addr, size_t size, const void *buf); |