aboutsummaryrefslogtreecommitdiffstats
path: root/otr.h
diff options
context:
space:
mode:
authorunknown <pesco@khjk.org>2013-08-02 22:55:16 +0200
committerunknown <pesco@khjk.org>2013-08-02 22:55:16 +0200
commitc347a1225f8a114ff540a38fed31c5543b4d9fcc (patch)
tree89578d0ad20f3761ffcac5ea0cba7b6a117059cd /otr.h
parentf93e01c92315427c2b8f8c7d03e0ce337e2e80b4 (diff)
timer cleanup and "other instance" error message
Diffstat (limited to 'otr.h')
-rw-r--r--otr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/otr.h b/otr.h
index ace2c956..3962097e 100644
--- a/otr.h
+++ b/otr.h
@@ -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() */