diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-15 10:27:26 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-15 10:27:26 +0100 |
commit | 522a00f1b1163cedf15a86329c0097601eb7940b (patch) | |
tree | b2209ee32d58fa3ef3cc3bd0cddddab18345b2d8 /irc.h | |
parent | 6c91e6e59a1216100d851636d2824ce49ad7ce30 (diff) |
remove thread-based keygen
replace it with a process-based stub
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |