summaryrefslogtreecommitdiffstats
path: root/tools/lib/io_timer.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-09-19 20:50:49 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-09-19 20:50:49 (GMT)
commita6930a2bcfd37ea3610baafb608faec883286315 (patch)
tree0f2bd1f9463c2b0dfb9a6cfe6b79feefcf7505e1 /tools/lib/io_timer.h
parent911b1ca67fdf7c2f3a32dd42c591e4e9b2fa1950 (diff)
downloadhdf5-a6930a2bcfd37ea3610baafb608faec883286315.zip
hdf5-a6930a2bcfd37ea3610baafb608faec883286315.tar.gz
hdf5-a6930a2bcfd37ea3610baafb608faec883286315.tar.bz2
Renamed get/set_time() calls in the tools library to avoid name
clash when building static parallel HDF5 w/ static linking to OpenMPI.
Diffstat (limited to 'tools/lib/io_timer.h')
-rw-r--r--tools/lib/io_timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/io_timer.h b/tools/lib/io_timer.h
index 48b6c87..78bf676 100644
--- a/tools/lib/io_timer.h
+++ b/tools/lib/io_timer.h
@@ -72,8 +72,8 @@ extern "C" {
#endif /* __cplusplus */
H5TOOLS_DLL io_time_t *io_time_new(clock_type t);
H5TOOLS_DLL void io_time_destroy(io_time_t *pt);
-H5TOOLS_DLL io_time_t *set_time(io_time_t *pt, timer_type t, int start_stop);
-H5TOOLS_DLL double get_time(io_time_t *pt, timer_type t);
+H5TOOLS_DLL io_time_t *io_time_set(io_time_t *pt, timer_type t, int start_stop);
+H5TOOLS_DLL double io_time_get(io_time_t *pt, timer_type t);
#ifdef __cplusplus
}
#endif /* __cplusplus */