aboutsummaryrefslogtreecommitdiff
path: root/src/timer.h
diff options
context:
space:
mode:
authorsethdelliott <devnull@localhost>2010-07-20 22:27:50 +0000
committersethdelliott <devnull@localhost>2010-07-20 22:27:50 +0000
commitb60a49dd37350c0a7d05b9ed18347f687c2819ce (patch)
tree36f610bb01912f3f576636c751a8c009f84f3732 /src/timer.h
parent3118b42010e9b534f5e32ec7e9dcc7ba1cd7593b (diff)
downloadiperf3-b60a49dd37350c0a7d05b9ed18347f687c2819ce.tar.gz
All error handling is now handled by iperf_error. Also cleaned up some code
Diffstat (limited to 'src/timer.h')
-rw-r--r--src/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.h b/src/timer.h
index 4c6faff..0a73290 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -18,7 +18,7 @@ double timeval_to_double(struct timeval *tv);
double timeval_diff(struct timeval *tv0, struct timeval *tv1);
-void update_timer(struct timer *tp, time_t sec, suseconds_t usec);
+int update_timer(struct timer *tp, time_t sec, suseconds_t usec);
int64_t timer_remaining(struct timer *tp);