diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-11 22:20:35 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-11 22:20:35 +0100 |
commit | c59530844d25ae814141cf56f0fa810968e8df55 (patch) | |
tree | f1f76ff93585197f77f255c27cf6434adc23138d /irc.h | |
parent | d6fdf44c54ac2aecfd0c94a2d56be04e44a51eb3 (diff) |
- use a recursive otr_mutex
- implement 'otr forget fingerprint' and 'otr forget context' commands
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ typedef struct irc gint ping_source_id; OtrlUserState otr_us; - GMutex *otr_mutex; /* for locking otr during keygen */ + GStaticRecMutex otr_mutex; /* for locking otr during keygen */ } irc_t; #include "user.h" |