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:
drbob 2011-07-18 08:44:40 +00:00
parent 619b2416ac
commit fe491dec54

View File

@ -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: