summaryrefslogtreecommitdiffstats
path: root/src/H5MVpkg.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-08-03 16:11:23 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-08-03 16:11:23 (GMT)
commit20a6b825972ef359c33fcd2e79177b812696f14c (patch)
tree362038b8f8d428e18cd2b3103ae9f9125b5b74de /src/H5MVpkg.h
parentb9888cceff95787373555b1ecc6c2b7e114abcba (diff)
downloadhdf5-20a6b825972ef359c33fcd2e79177b812696f14c.zip
hdf5-20a6b825972ef359c33fcd2e79177b812696f14c.tar.gz
hdf5-20a6b825972ef359c33fcd2e79177b812696f14c.tar.bz2
In VFD SWMR, use `H5F_shared_t` instead of `H5F_t` wherever that is possible.
Diffstat (limited to 'src/H5MVpkg.h')
-rw-r--r--src/H5MVpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5MVpkg.h b/src/H5MVpkg.h
index f498e90..cb29879 100644
--- a/src/H5MVpkg.h
+++ b/src/H5MVpkg.h
@@ -73,7 +73,7 @@ H5_DLL H5MV_free_section_t *H5MV__sect_new(haddr_t sect_off, hsize_t sect_size);
H5_DLL herr_t H5MV__sect_free(H5FS_section_info_t *sect);
H5_DLL htri_t H5MV__sect_can_shrink(const H5FS_section_info_t *_sect, void *udata);
H5_DLL herr_t H5MV__sect_shrink(H5FS_section_info_t **_sect, void *udata);
-H5_DLL haddr_t H5MV_get_vfd_swmr_md_eoa(const H5F_t *);
+H5_DLL haddr_t H5MV_get_vfd_swmr_md_eoa(const H5F_shared_t *);
H5_DLL herr_t H5MV__free_md(H5F_shared_t *, haddr_t, hsize_t);