From c347a1225f8a114ff540a38fed31c5543b4d9fcc Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 2 Aug 2013 22:55:16 +0200 Subject: timer cleanup and "other instance" error message --- otr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'otr.h') 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() */ -- cgit v1.2.3