aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/perf_get_concurrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/perf_get_concurrent.c')
-rw-r--r--src/testcurl/perf_get_concurrent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/perf_get_concurrent.c b/src/testcurl/perf_get_concurrent.c
index 203fead1..e0c70189 100644
--- a/src/testcurl/perf_get_concurrent.c
+++ b/src/testcurl/perf_get_concurrent.c
@@ -98,7 +98,7 @@ static volatile int signal_done;
98 * @return current time in ms 98 * @return current time in ms
99 */ 99 */
100static unsigned long long 100static unsigned long long
101now () 101now (void)
102{ 102{
103 struct timeval tv; 103 struct timeval tv;
104 104
@@ -112,7 +112,7 @@ now ()
112 * Start the timer. 112 * Start the timer.
113 */ 113 */
114static void 114static void
115start_timer () 115start_timer (void)
116{ 116{
117 start_time = now (); 117 start_time = now ();
118} 118}