diff options
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" |