summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authormyang6 <myang6@hdfgroup.org>2021-10-29 15:59:16 (GMT)
committermyang6 <myang6@hdfgroup.org>2021-10-29 15:59:16 (GMT)
commitd0e0e9a418d8c9969329b33ef7cda479f2cd7e61 (patch)
tree90744b9453cce58e180800792959f3db4034f1c6 /src/H5Fpkg.h
parent40f67b4b19d8f2acb078baf2dcce4af7bedb5d25 (diff)
downloadhdf5-d0e0e9a418d8c9969329b33ef7cda479f2cd7e61.zip
hdf5-d0e0e9a418d8c9969329b33ef7cda479f2cd7e61.tar.gz
hdf5-d0e0e9a418d8c9969329b33ef7cda479f2cd7e61.tar.bz2
Use HDF5 timer function
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index ecd9c16..971d52a 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -475,7 +475,7 @@ struct H5F_shared_t {
hbool_t vfd_swmr_log_on; /* flag to indicate if
* the log file is
* created. */
- struct timespec vfd_swmr_log_start_time; /* The starting time for
+ H5_timer_t vfd_swmr_log_start_time; /* The starting time for
* calculating the time
* stamp of a log message.
*/