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:
joss17 2010-04-08 19:07:40 +00:00
parent a2a567851e
commit 0f5214ff76
3 changed files with 209 additions and 159 deletions

View file

@ -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;