summaryrefslogtreecommitdiffstats
path: root/src/H5PBprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5PBprivate.h')
-rw-r--r--src/H5PBprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5PBprivate.h b/src/H5PBprivate.h
index d1b6510..0149a6d 100644
--- a/src/H5PBprivate.h
+++ b/src/H5PBprivate.h
@@ -686,9 +686,9 @@ H5_DLL herr_t H5PB_vfd_swmr__release_tick_list(H5F_t * f);
H5_DLL herr_t H5PB_vfd_swmr__set_tick(H5F_t * f);
-H5_DLL herr_t H5PB_vfd_swmr__update_index(H5F_t * f, int * idx_ent_added_ptr,
- int * idx_ent_modified_ptr, int * idx_ent_not_in_tl_ptr,
- int * idx_ent_not_in_tl_flushed_ptr);
+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);
/* Statistics routines */