mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 08:59:37 -05:00
Added display of Exclusive mode (E)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-netupgrade@4465 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
619b2416ac
commit
fe491dec54
@ -492,6 +492,10 @@ void DhtWindow::updateNetPeers()
|
||||
|
||||
// NOW REQ STATE.
|
||||
std::ostringstream reqstr;
|
||||
if (status.mExclusiveProxyLock)
|
||||
{
|
||||
reqstr << "(E) ";
|
||||
}
|
||||
switch(status.mPeerReqState)
|
||||
{
|
||||
case RSDHT_PEERREQ_RUNNING:
|
||||
|
Loading…
Reference in New Issue
Block a user