mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 03:36:58 -04:00
added missing mutex in nxstesthub
This commit is contained in:
parent
aa93505860
commit
c03ce56591
2 changed files with 12 additions and 2 deletions
|
@ -104,6 +104,8 @@ namespace rs_nxs_test
|
|||
typedef std::pair<RsPeerId, RsRawItem*> PayLoad;
|
||||
|
||||
typedef std::map<RsPeerId, RsGxsNetService::pointer > PeerNxsMap ;
|
||||
|
||||
RsMutex mMtx;
|
||||
PeerNxsMap mPeerNxsMap;
|
||||
NxsTestScenario::pointer mTestScenario;
|
||||
std::queue<PayLoad> mPayLoad;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue