summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-23 12:15:25 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-23 12:15:25 +0000
commitd658f3ed913affe96511309c6bf3d37aaec2910f (patch)
tree1d08abef62e0f7555b9198cc07597a568d36da40 /include
parentc4d3ba8748a12a9ad466b3b1c50cc31d36cd5418 (diff)
Max Kellermann <max@duempel.org>:
introduce alarm_pending()
Diffstat (limited to 'include')
-rw-r--r--include/alarm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/alarm.h b/include/alarm.h
index c4ea9d7..e3e08c1 100644
--- a/include/alarm.h
+++ b/include/alarm.h
@@ -24,6 +24,8 @@ void add_alarm(struct alarm_list *alarm, unsigned long sc, unsigned long usc);
void del_alarm(struct alarm_list *alarm);
+int alarm_pending(struct alarm_list *alarm);
+
struct timeval *
get_next_alarm_run(struct timeval *next_alarm);