summaryrefslogtreecommitdiffstats
path: root/src/H5PBprivate.h
diff options
context:
space:
mode:
authormainzer <mainzer#hdfgroup.org>2018-12-07 21:55:55 (GMT)
committermainzer <mainzer#hdfgroup.org>2018-12-07 21:55:55 (GMT)
commit1520b17a3412544213e9a48b677034ff1d4d12da (patch)
treecace37fd9e9b667984cd41609f86a800d939d8c7 /src/H5PBprivate.h
parent8cb185cb081e3d63440b41c18555fbff0dc07732 (diff)
downloadhdf5-1520b17a3412544213e9a48b677034ff1d4d12da.zip
hdf5-1520b17a3412544213e9a48b677034ff1d4d12da.tar.gz
hdf5-1520b17a3412544213e9a48b677034ff1d4d12da.tar.bz2
interim checkin of VFD SWMR writer EOT code.
Added code supporting first cut at the writer end of tick operations. Tested (to the extent possible) on charis and jelly.
Diffstat (limited to 'src/H5PBprivate.h')
-rw-r--r--src/H5PBprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5PBprivate.h b/src/H5PBprivate.h
index 7aabcd5..201a298 100644
--- a/src/H5PBprivate.h
+++ b/src/H5PBprivate.h
@@ -694,6 +694,8 @@ H5_DLL herr_t H5PB_vfd_swmr__release_delayed_writes(H5F_t * f);
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);