mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue