mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
add thread names for peers
This commit is contained in:
parent
f16ee97093
commit
bc23c2f7b9
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue