Changeset c595308 for irc.h


Ignore:
Timestamp:
2008-02-11T21:20:35Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
8bd697c
Parents:
d6fdf44
Message:
  • use a recursive otr_mutex
  • implement 'otr forget fingerprint' and 'otr forget context' commands
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    rd6fdf44 rc595308  
    9999       
    100100        OtrlUserState otr_us;
    101         GMutex *otr_mutex;      /* for locking otr during keygen */
     101        GStaticRecMutex otr_mutex;      /* for locking otr during keygen */
    102102} irc_t;
    103103
Note: See TracChangeset for help on using the changeset viewer.