aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index 8c993e13..8e9c95c5 100644
--- a/irc.h
+++ b/irc.h
@@ -98,7 +98,8 @@ typedef struct irc
gint ping_source_id;
OtrlUserState otr_us;
- GStaticRecMutex otr_mutex; /* for locking otr during keygen */
+ pid_t otr_keygen;
+ int otr_ntodo;
} irc_t;
#include "user.h"