diff options
author | Quincey Koziol <koziol@koziol.gov> | 2019-08-19 22:47:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2019-08-19 22:47:28 (GMT) |
commit | 85a56a9c4f9629bb92b4b16a1dada30ae30b5b21 (patch) | |
tree | af6a389ea4450e69baa04bd7d7b1d28262074c56 /src/H5PB.c | |
parent | dcf084aff42d3abafaa82b356493a2d1585afb85 (diff) | |
download | hdf5-85a56a9c4f9629bb92b4b16a1dada30ae30b5b21.zip hdf5-85a56a9c4f9629bb92b4b16a1dada30ae30b5b21.tar.gz hdf5-85a56a9c4f9629bb92b4b16a1dada30ae30b5b21.tar.bz2 |
Partial H5F__accum_* routines.
Diffstat (limited to 'src/H5PB.c')
-rw-r--r-- | src/H5PB.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1025,7 +1025,7 @@ H5PB_write(H5F_t *f, H5FD_mem_t type, haddr_t addr, * buffering. */ if(NULL == page_buf || size >= page_buf->page_size || bypass_pb) { - if(H5F__accum_write(f, type, addr, size, buf) < 0) + if(H5F__accum_write(f->shared, type, addr, size, buf) < 0) HGOTO_ERROR(H5E_PAGEBUF, H5E_WRITEERROR, FAIL, "write through metadata accumulator failed") /* Update statistics */ |