aboutsummaryrefslogtreecommitdiffstats
path: root/otr.h
diff options
context:
space:
mode:
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() */