mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
add thread names for peers
This commit is contained in:
parent
f16ee97093
commit
bc23c2f7b9
@ -347,7 +347,8 @@ int pqiperson::handleNotifyEvent_locked(NetInterface *ni, int newState,
|
||||
activepqi = pqi;
|
||||
inConnectAttempt = false;
|
||||
|
||||
activepqi->start(); // STARTUP THREAD.
|
||||
// STARTUP THREAD
|
||||
activepqi->start("pqi " + PeerId().toStdString().substr(0, 11));
|
||||
|
||||
// reset all other children (clear up long UDP attempt)
|
||||
for(it = kids.begin(); it != kids.end(); ++it)
|
||||
|
Loading…
Reference in New Issue
Block a user