Removed read/write mutex from AuthGPGimpl and from the sources.

Added RsThread as base class to AuthGPGimpl and load all gpg keys every hour.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3571 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-09-30 19:05:43 +00:00
parent bb4aedf55f
commit acf57ed3fd
5 changed files with 72 additions and 137 deletions

View file

@ -177,4 +177,6 @@ void RsServer::rsGlobalShutDown()
join();
ftserver->StopThreads();
AuthGPGExit();
}