summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2019-08-19 22:47:28 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2019-08-19 22:47:28 (GMT)
commit85a56a9c4f9629bb92b4b16a1dada30ae30b5b21 (patch)
treeaf6a389ea4450e69baa04bd7d7b1d28262074c56 /src/H5PB.c
parentdcf084aff42d3abafaa82b356493a2d1585afb85 (diff)
downloadhdf5-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PB.c b/src/H5PB.c
index 25c5f43..088e25d 100644
--- a/src/H5PB.c
+++ b/src/H5PB.c
@@ -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 */