Completed Mutex protection for chat, msgs, and disc services.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@334 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-02-04 21:40:34 +00:00
parent 54063ab434
commit 925b1a780e
5 changed files with 143 additions and 71 deletions

View file

@ -110,13 +110,16 @@ int addDiscoveryData(std::string fromId, std::string aboutId,
bool potentialproxies(std::string id, std::list<std::string> proxyIds);
int idServers();
/* data */
private:
p3AuthMgr *mAuthMgr;
p3ConnectMgr *mConnMgr;
/* data */
RsMutex mDiscMtx;
bool mRemoteDisc;
bool mLocalDisc;