mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 12:24:24 -04:00
ad a read / write lock and refactor authgpg with it
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2695 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a2a567851e
commit
0f5214ff76
3 changed files with 209 additions and 159 deletions
|
@ -230,7 +230,7 @@ private:
|
|||
|
||||
static AuthGPG *instance_gpg; // pointeur vers le singleton
|
||||
|
||||
RsMutex pgpMtx;
|
||||
RsReadWriteMutex pgpMtx;
|
||||
/* Below is protected via the mutex */
|
||||
|
||||
certmap mKeyList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue