summaryrefslogtreecommitdiffstats
path: root/src/H5PBprivate.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-03 19:16:05 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-03 19:16:05 (GMT)
commit64f1ef1fda4dddb85ff16166051c7df3777254d7 (patch)
tree8221e1da812bc048734283d22c86b9b74277e5ff /src/H5PBprivate.h
parent005bd89ad5fbe958e946ff4381bc9f97babc1896 (diff)
downloadhdf5-64f1ef1fda4dddb85ff16166051c7df3777254d7.zip
hdf5-64f1ef1fda4dddb85ff16166051c7df3777254d7.tar.gz
hdf5-64f1ef1fda4dddb85ff16166051c7df3777254d7.tar.bz2
Make the first argument to H5PB_vfd_swmr__update_index() and H5F_t instead of
an H5F_shared_t because the new routine that will relocate the index (which will be in a future commit) has to pass an H5F_t to the filespace allocator.
Diffstat (limited to 'src/H5PBprivate.h')
-rw-r--r--src/H5PBprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PBprivate.h b/src/H5PBprivate.h
index 1847f3d..81c91c2 100644
--- a/src/H5PBprivate.h
+++ b/src/H5PBprivate.h
@@ -684,7 +684,7 @@ H5_DLL herr_t H5PB_vfd_swmr__release_tick_list(H5F_shared_t *);
H5_DLL herr_t H5PB_vfd_swmr__set_tick(H5F_shared_t *);
-H5_DLL herr_t H5PB_vfd_swmr__update_index(H5F_shared_t *shared,
+H5_DLL herr_t H5PB_vfd_swmr__update_index(H5F_t *f,
uint32_t * idx_ent_added_ptr, uint32_t * idx_ent_modified_ptr,
uint32_t * idx_ent_not_in_tl_ptr, uint32_t * idx_ent_not_in_tl_flushed_ptr);