aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-15 10:27:26 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-15 10:27:26 +0100
commit522a00f1b1163cedf15a86329c0097601eb7940b (patch)
treeb2209ee32d58fa3ef3cc3bd0cddddab18345b2d8 /irc.h
parent6c91e6e59a1216100d851636d2824ce49ad7ce30 (diff)
remove thread-based keygen
replace it with a process-based stub
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"