aboutsummaryrefslogtreecommitdiffstats
path: root/otr.h
diff options
context:
space:
mode:
Diffstat (limited to 'otr.h')
-rw-r--r--otr.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/otr.h b/otr.h
index 41f54585..3962097e 100644
--- a/otr.h
+++ b/otr.h
@@ -7,8 +7,8 @@
/*
OTR support (cf. http://www.cypherpunks.ca/otr/)
- 2008, Sven Moritz Hallberg <pesco@khjk.org>
- (c) and funded by stonedcoder.org
+ (c) 2008,2013 Sven Moritz Hallberg <pesco@khjk.org>
+ funded by stonedcoder.org
*/
/*
@@ -65,6 +65,9 @@ typedef struct otr {
/* keygen jobs waiting to be sent to slave */
kg_t *todo;
+
+ /* event timer for otrl_message_poll */
+ gint timer;
} otr_t;
/* called from main() */