aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-07-13 12:21:04 +0200
committerHarald Welte <laforge@gnumonks.org>2012-07-13 12:22:20 +0200
commite30b6ac5d1127c368184232dc749cef28d0cbb6c (patch)
tree2afac8b934cc4510981cfcf00432ebabf07fd12c /include/osmocom
parent3c16de295480f269a1610c6d2cc559718c39c202 (diff)
timer: Add function osmo_timer_remaining() to determine remainign time
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/core/timer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/osmocom/core/timer.h b/include/osmocom/core/timer.h
index ecb50017..d37af806 100644
--- a/include/osmocom/core/timer.h
+++ b/include/osmocom/core/timer.h
@@ -73,7 +73,9 @@ void osmo_timer_del(struct osmo_timer_list *timer);
int osmo_timer_pending(struct osmo_timer_list *timer);
-
+int osmo_timer_remaining(const struct osmo_timer_list *timer,
+ const struct timeval *now,
+ struct timeval *remaining);
/*
* internal timer list management
*/