From c59530844d25ae814141cf56f0fa810968e8df55 Mon Sep 17 00:00:00 2001 From: Sven Moritz Hallberg Date: Mon, 11 Feb 2008 22:20:35 +0100 Subject: - use a recursive otr_mutex - implement 'otr forget fingerprint' and 'otr forget context' commands --- irc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc.h') diff --git a/irc.h b/irc.h index 77738640..8c993e13 100644 --- a/irc.h +++ b/irc.h @@ -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" -- cgit v1.2.3