diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2012-11-07 17:08:46 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2012-11-07 17:08:46 (GMT) |
commit | b7041a91cd7b322007e87ee3b37729ce0319a56c (patch) | |
tree | 17b06d4659ecd7add14830d8e9ca3569544aca8e /src/H5Dchunk.c | |
parent | 0cf58a4755eb6f3e7be64b0f05f2bb8ef6f7ad0d (diff) | |
download | hdf5-b7041a91cd7b322007e87ee3b37729ce0319a56c.zip hdf5-b7041a91cd7b322007e87ee3b37729ce0319a56c.tar.gz hdf5-b7041a91cd7b322007e87ee3b37729ce0319a56c.tar.bz2 |
[svn-r23017] I added a prototype function H5DOwrite_chunk in HL library for Dectris people to test performance. The library's API function H5PSIdirect_write
is still in. I reorganized the internal library by adding H5D__pre_write function.
Tested on koala.
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r-- | src/H5Dchunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c index da7d809..3b96fa0 100644 --- a/src/H5Dchunk.c +++ b/src/H5Dchunk.c @@ -296,7 +296,7 @@ H5FL_BLK_DEFINE_STATIC(chunk); *------------------------------------------------------------------------- */ herr_t -H5D__chunk_direct_write(const H5D_t *dset, hid_t dxpl_id, unsigned filters, hsize_t *offset, +H5D__chunk_direct_write(const H5D_t *dset, hid_t dxpl_id, uint32_t filters, hsize_t *offset, size_t data_size, const void *buf) { const H5O_layout_t *layout = &(dset->shared->layout); /* Dataset layout */ |