summaryrefslogtreecommitdiffstats
path: root/src/H5Fvfd_swmr.c
diff options
context:
space:
mode:
authormyang6 <myang6@hdfgroup.org>2021-10-15 21:53:45 (GMT)
committermyang6 <myang6@hdfgroup.org>2021-10-15 21:53:45 (GMT)
commit217a7589836ecb8679aaeb68dbc3d9c7529ab84b (patch)
tree219a5216ad1c4acb57c62a918807c44e5cd58857 /src/H5Fvfd_swmr.c
parent97638647034a0452bed5bc0b2eb951e41f5c92b0 (diff)
downloadhdf5-217a7589836ecb8679aaeb68dbc3d9c7529ab84b.zip
hdf5-217a7589836ecb8679aaeb68dbc3d9c7529ab84b.tar.gz
hdf5-217a7589836ecb8679aaeb68dbc3d9c7529ab84b.tar.bz2
skeleton of the logging report function
Diffstat (limited to 'src/H5Fvfd_swmr.c')
-rw-r--r--src/H5Fvfd_swmr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c
index 69e03a0..f5e13ab 100644
--- a/src/H5Fvfd_swmr.c
+++ b/src/H5Fvfd_swmr.c
@@ -1886,3 +1886,8 @@ H5F_vfd_swmr_process_eot_queue(hbool_t entering_api)
done:
FUNC_LEAVE_NOAPI(ret_value)
}
+
+void* H5F_post_vfd_swrm_log_entry(H5F_t *f, int entry_type_code, char * body) {
+
+
+}