aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/timer.h')
-rw-r--r--src/common/timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/timer.h b/src/common/timer.h
index 762dcc5..49136ab 100644
--- a/src/common/timer.h
+++ b/src/common/timer.h
@@ -2,6 +2,7 @@
struct timer {
struct timer *next;
int linked; /* set is timer is initialized and linked */
+ double duration;
double timeout;
void (*fn)(struct timer *timer);
void *priv;