summaryrefslogtreecommitdiffstats
path: root/src/H5FDprivate.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-04 19:57:25 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-06 20:14:34 (GMT)
commit9a8ba2a7d36f2f91b298746e6f43956dfd34e06c (patch)
tree20a583a910118f34a1fb71987b2eeea256981265 /src/H5FDprivate.h
parent456f5c6ee61779a992ec8901a93e43d25c19acc3 (diff)
downloadhdf5-9a8ba2a7d36f2f91b298746e6f43956dfd34e06c.zip
hdf5-9a8ba2a7d36f2f91b298746e6f43956dfd34e06c.tar.gz
hdf5-9a8ba2a7d36f2f91b298746e6f43956dfd34e06c.tar.bz2
Make H5FD_vfd_swmr_dump_status() take an unsigned page number to be consistent
with other code.
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r--src/H5FDprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index e0405d3..d35ce3d 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -354,7 +354,7 @@ H5_DLL herr_t H5FD_vfd_swmr_get_tick_and_idx(H5FD_t *_file, hbool_t read_index,
H5_DLL H5FD_vfd_swmr_idx_entry_t *vfd_swmr_enlarge_shadow_index(struct H5F_t *);
H5_DLL hbool_t H5FD_is_vfd_swmr_driver(H5FD_t *_file);
H5_DLL H5FD_t *H5FD_vfd_swmr_get_underlying_vfd(H5FD_t *_file);
-H5_DLL void H5FD_vfd_swmr_dump_status(H5FD_t *_file, int64_t page);
+H5_DLL void H5FD_vfd_swmr_dump_status(H5FD_t *, uint64_t);
H5_DLL void H5FD_vfd_swmr_set_pb_configured(H5FD_t *_file);
/* Function prototypes for MPI based VFDs*/